class
Amazonite::DynamoDB::TableAutoScalingDescription
- Amazonite::DynamoDB::TableAutoScalingDescription
- Reference
- Object
Overview
Represents the auto scaling configuration for a global table.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/table_auto_scaling_description.crConstructors
- .new(pull : JSON::PullParser)
- .new(table_name : String | Nil = nil, table_status : TableStatus | Nil = nil, replicas : Array(ReplicaAutoScalingDescription) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#replicas : Array(ReplicaAutoScalingDescription) | Nil
Represents replicas of the global table.
-
#replicas=(replicas : Array(ReplicaAutoScalingDescription) | Nil)
Represents replicas of the global table.
-
#table_name : String | Nil
The name of the table.
-
#table_name=(table_name : String | Nil)
The name of the table.
-
#table_status : TableStatus | Nil
The current state of the table:
-
#table_status=(table_status : TableStatus | Nil)
The current state of the table:
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Represents replicas of the global table.
Represents replicas of the global table.
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.
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.