class
Amazonite::DynamoDB::DeleteGlobalTableWitnessGroupMemberAction
Overview
Specifies the action to remove a witness Region from a MRSC global table. You cannot delete a single witness from a MRSC global table - you must delete both a replica and the witness together. The deletion of both a witness and replica converts the remaining replica to a single-Region DynamoDB table.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/delete_global_table_witness_group_member_action.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#region_name : String
The witness Region name to be removed from the MRSC global table.
-
#region_name=(region_name : String)
The witness Region name to be removed from the MRSC 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 region_name=(region_name : String)
#
The witness Region name to be removed from the MRSC global table.