Describe global table
async_boto.validation.dynamodb.describe_global_table
DescribeGlobalTableRequest
Bases: BaseModel
Returns information about the specified global table.
| ATTRIBUTE | DESCRIPTION |
|---|---|
GlobalTableName |
The name of the global table.
TYPE:
|
GlobalTableName
instance-attribute
GlobalTableName
DescribeGlobalTableResponse
Bases: BaseModel
Response for the DescribeGlobalTable operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
GlobalTableDescription |
Contains the details of the global table.
TYPE:
|
GlobalTableDescription
class-attribute
instance-attribute
GlobalTableDescription = None