You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DynamoDB::Types::TableAutoScalingDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::TableAutoScalingDescription
- Defined in:
- (unknown)
Overview
Represents the auto scaling configuration for a global table.
Returned by:
Instance Attribute Summary collapse
-
#replicas ⇒ Array<Types::ReplicaAutoScalingDescription>
Represents replicas of the global table.
-
#table_name ⇒ String
The name of the table.
-
#table_status ⇒ String
The current state of the table:.
Instance Attribute Details
#replicas ⇒ Array<Types::ReplicaAutoScalingDescription>
Represents replicas of the global table.
#table_name ⇒ String
The name of the table.
#table_status ⇒ String
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.Possible values:
- CREATING
- UPDATING
- DELETING
- ACTIVE
- INACCESSIBLE_ENCRYPTION_CREDENTIALS
- ARCHIVING
- ARCHIVED