Skip to content

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: str

GlobalTableName instance-attribute

GlobalTableName

DescribeGlobalTableResponse

Bases: BaseModel

Response for the DescribeGlobalTable operation.

ATTRIBUTE DESCRIPTION
GlobalTableDescription

Contains the details of the global table.

TYPE: Optional[GlobalTableDescription]

GlobalTableDescription class-attribute instance-attribute

GlobalTableDescription = None