AWSDynamoDBListTablesInput

Objective-C

@interface AWSDynamoDBListTablesInput

Swift

class AWSDynamoDBListTablesInput

Represents the input of a ListTables operation.

  • The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.

    Declaration

    Objective-C

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

    Swift

    var exclusiveStartTableName: String? { get set }
  • A maximum number of table names to return. If this parameter is not specified, the limit is 100.

    Declaration

    Objective-C

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

    Swift

    var limit: NSNumber? { get set }