class
Amazonite::DynamoDB::UpdateGlobalTableSettingsOutput
- Amazonite::DynamoDB::UpdateGlobalTableSettingsOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/update_global_table_settings_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(global_table_name : String | Nil = nil, replica_settings : Array(ReplicaSettingsDescription) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#global_table_name : String | Nil
The name of the global table.
-
#global_table_name=(global_table_name : String | Nil)
The name of the global table.
-
#hash(hasher)
See
Object#hash(hasher) -
#replica_settings : Array(ReplicaSettingsDescription) | Nil
The Region-specific settings for the global table.
-
#replica_settings=(replica_settings : Array(ReplicaSettingsDescription) | Nil)
The Region-specific settings for the global table.
- #validate! : Nil
Constructor Detail
def self.new(global_table_name : String | Nil = nil, replica_settings : Array(ReplicaSettingsDescription) | 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?.
def replica_settings : Array(ReplicaSettingsDescription) | Nil
#
The Region-specific settings for the global table.
def replica_settings=(replica_settings : Array(ReplicaSettingsDescription) | Nil)
#
The Region-specific settings for the global table.