class Aws::DynamoDB::Types::TableAutoScalingDescription

Represents the auto scaling configuration for a global table.

@!attribute [rw] table_name

The name of the table.
@return [String]

@!attribute [rw] table_status

The current state of the table:

* `CREATING` - The table is being created.

* `UPDATING` - The table is being updated.

* `DELETING` - The table is being deleted.

* `ACTIVE` - The table is ready for use.
@return [String]

@!attribute [rw] replicas

Represents replicas of the global table.
@return [Array<Types::ReplicaAutoScalingDescription>]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/TableAutoScalingDescription AWS API Documentation

Constants

SENSITIVE