AWSDynamoDBListImportsInput

Objective-C

@interface AWSDynamoDBListImportsInput

Swift

class AWSDynamoDBListImportsInput
  • An optional string that, if supplied, must be copied from the output of a previous call to ListImports. When provided in this manner, the API fetches the next page of results.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • The number of ImportSummary objects returned in a single page.

    Declaration

    Objective-C

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

    Swift

    var pageSize: NSNumber? { get set }
  • The Amazon Resource Name (ARN) associated with the table that was imported to.

    Declaration

    Objective-C

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

    Swift

    var tableArn: String? { get set }