AWSDynamoDBListGlobalTablesInput
Objective-C
@interface AWSDynamoDBListGlobalTablesInput
Swift
class AWSDynamoDBListGlobalTablesInput
-
The first global table name that this operation will evaluate.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable exclusiveStartGlobalTableName;
Swift
var exclusiveStartGlobalTableName: String? { get set }
-
The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.
If the number of global tables DynamoDB finds reaches this limit, it stops the operation and returns the table names collected up to that point, with a table name in the
LastEvaluatedGlobalTableName
to apply in a subsequent operation to theExclusiveStartGlobalTableName
parameter.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable limit;
Swift
var limit: NSNumber? { get set }
-
Lists the global tables in a specific Region.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable regionName;
Swift
var regionName: String? { get set }