List global tables
async_boto.validation.dynamodb.list_global_tables
ListGlobalTablesRequest
Bases: BaseModel
Request model for the ListGlobalTables operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
ExclusiveStartGlobalTableName |
The first global table name that this operation will evaluate.
TYPE:
|
Limit |
The maximum number of table names to return.
TYPE:
|
RegionName |
Lists the global tables in a specific Region.
TYPE:
|
ExclusiveStartGlobalTableName
class-attribute
instance-attribute
ExclusiveStartGlobalTableName = None
Limit
class-attribute
instance-attribute
Limit = None
RegionName
class-attribute
instance-attribute
RegionName = None
ListGlobalTablesResponse
Bases: BaseModel
Response model for the ListGlobalTables operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
GlobalTables |
List of global table names.
TYPE:
|
LastEvaluatedGlobalTableName |
Last evaluated global table name.
TYPE:
|
GlobalTables
class-attribute
instance-attribute
GlobalTables = None
LastEvaluatedGlobalTableName
class-attribute
instance-attribute
LastEvaluatedGlobalTableName = None