AWSTextractListAdapterVersionsRequest

Objective-C

@interface AWSTextractListAdapterVersionsRequest

Swift

class AWSTextractListAdapterVersionsRequest
  • A string containing a unique ID for the adapter to match for when listing adapter versions.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable adapterId;

    Swift

    var adapterId: String? { get set }
  • Specifies the lower bound for the ListAdapterVersions operation. Ensures ListAdapterVersions returns only adapter versions created after the specified creation time.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable afterCreationTime;

    Swift

    var afterCreationTime: Date? { get set }
  • Specifies the upper bound for the ListAdapterVersions operation. Ensures ListAdapterVersions returns only adapter versions created after the specified creation time.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable beforeCreationTime;

    Swift

    var beforeCreationTime: Date? { get set }
  • The maximum number of results to return when listing adapter versions.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxResults;

    Swift

    var maxResults: NSNumber? { get set }
  • Identifies the next page of results to return when listing adapter versions.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }