class
Amazonite::DynamoDB::UpdateGlobalTableOutput
- Amazonite::DynamoDB::UpdateGlobalTableOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/update_global_table_output.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#global_table_description : GlobalTableDescription | Nil
Contains the details of the global table.
-
#global_table_description=(global_table_description : GlobalTableDescription | Nil)
Contains the details of the global table.
-
#hash(hasher)
See
Object#hash(hasher) - #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 global_table_description : GlobalTableDescription | Nil
#
Contains the details of the global table.
def global_table_description=(global_table_description : GlobalTableDescription | Nil)
#
Contains the details of the global table.