Skip to content

Describe table replica auto scaling

async_boto.validation.dynamodb.describe_table_replica_auto_scaling

DescribeTableReplicaAutoScalingRequest

Bases: BaseModel

Describes auto scaling settings across replicas of the global table at once.

ATTRIBUTE DESCRIPTION
TableName

The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

TYPE: str

TableName instance-attribute

TableName

DescribeTableReplicaAutoScalingResponse

Bases: BaseModel

Response for the DescribeTableReplicaAutoScaling operation.

ATTRIBUTE DESCRIPTION
TableAutoScalingDescription

Represents the auto scaling properties of the table.

TYPE: Optional[TableAutoScalingDescription]

TableAutoScalingDescription class-attribute instance-attribute

TableAutoScalingDescription = None