class
Amazonite::DynamoDB::GlobalTableDescription
- Amazonite::DynamoDB::GlobalTableDescription
- Reference
- Object
Overview
Contains details about the global table.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/global_table_description.crConstructors
- .new(pull : JSON::PullParser)
- .new(replication_group : Array(ReplicaDescription) | Nil = nil, global_table_arn : String | Nil = nil, creation_date_time : Time | Nil = nil, global_table_status : GlobalTableStatus | Nil = nil, global_table_name : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#creation_date_time : Time | Nil
The creation time of the global table.
-
#creation_date_time=(creation_date_time : Time | Nil)
The creation time of the global table.
-
#global_table_arn : String | Nil
The unique identifier of the global table.
-
#global_table_arn=(global_table_arn : String | Nil)
The unique identifier of the global table.
-
#global_table_name : String | Nil
The global table name.
-
#global_table_name=(global_table_name : String | Nil)
The global table name.
-
#global_table_status : GlobalTableStatus | Nil
The current state of the global table:
-
#global_table_status=(global_table_status : GlobalTableStatus | Nil)
The current state of the global table:
-
#hash(hasher)
See
Object#hash(hasher) -
#replication_group : Array(ReplicaDescription) | Nil
The Regions where the global table has replicas.
-
#replication_group=(replication_group : Array(ReplicaDescription) | Nil)
The Regions where the global table has replicas.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The current state of the global table:
-
CREATING- The global table is being created. -
UPDATING- The global table is being updated. -
DELETING- The global table is being deleted. -
ACTIVE- The global table is ready for use.
The current state of the global table:
-
CREATING- The global table is being created. -
UPDATING- The global table is being updated. -
DELETING- The global table is being deleted. -
ACTIVE- The global table is ready for use.
The Regions where the global table has replicas.
The Regions where the global table has replicas.