class Aws::DynamoDB::Types::TableAutoScalingDescription


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/TableAutoScalingDescription AWS API Documentation
@return [Array<Types::ReplicaAutoScalingDescription>]
Represents replicas of the global table.
@!attribute [rw] replicas
@return [String]
* ‘ACTIVE` - The table is ready for use.
* `DELETING` - The table is being deleted.
* `UPDATING` - The table is being updated.
* `CREATING` - The table is being created.
The current state of the table:
@!attribute [rw] table_status
@return [String]
The name of the table.
@!attribute [rw] table_name
Represents the auto scaling configuration for a global table.