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

Defined in:

dynamodb/delete_global_table_witness_group_member_action.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(region_name : String) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def region_name : String #

The witness Region name to be removed from the MRSC global table.


[View source]
def region_name=(region_name : String) #

The witness Region name to be removed from the MRSC global table.


[View source]
def validate! : Nil #

[View source]