class
Amazonite::DynamoDB::UpdateGlobalTableInput
- Amazonite::DynamoDB::UpdateGlobalTableInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/update_global_table_input.crConstructors
- .new(global_table_name : String, replica_updates : Array(ReplicaUpdate))
- .new(pull : JSON::PullParser)
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) -
#replica_updates : Array(ReplicaUpdate)
A list of Regions that should be added or removed from the global table.
-
#replica_updates=(replica_updates : Array(ReplicaUpdate))
A list of Regions that should be added or removed from the global table.
- #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?.
def replica_updates : Array(ReplicaUpdate)
#
A list of Regions that should be added or removed from the global table.
def replica_updates=(replica_updates : Array(ReplicaUpdate))
#
A list of Regions that should be added or removed from the global table.