class
Amazonite::DynamoDB::GlobalTable
- Amazonite::DynamoDB::GlobalTable
- Reference
- Object
Overview
Represents the properties of a global table.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/global_table.crConstructors
- .new(pull : JSON::PullParser)
- .new(global_table_name : String | Nil = nil, replication_group : Array(Replica) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#global_table_name : String | Nil
The global table name.
-
#global_table_name=(global_table_name : String | Nil)
The global table name.
-
#hash(hasher)
See
Object#hash(hasher) -
#replication_group : Array(Replica) | Nil
The Regions where the global table has replicas.
-
#replication_group=(replication_group : Array(Replica) | Nil)
The Regions where the global table has replicas.
- #validate! : Nil
Constructor Detail
def self.new(global_table_name : String | Nil = nil, replication_group : Array(Replica) | Nil = nil)
#
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 has replicas.
The Regions where the global table has replicas.