class
Amazonite::DynamoDB::CreateGlobalTableInput
- Amazonite::DynamoDB::CreateGlobalTableInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/create_global_table_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#global_table_name : String
The global table name.
-
#global_table_name=(global_table_name : String)
The global table name.
-
#hash(hasher)
See
Object#hash(hasher) -
#replication_group : Array(Replica)
The Regions where the global table needs to be created.
-
#replication_group=(replication_group : Array(Replica))
The Regions where the global table needs to be created.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
The Regions where the global table needs to be created.
The Regions where the global table needs to be created.