class Amazonite::DynamoDB::GlobalTableWitnessDescription

Overview

Represents the properties of a witness Region in a MRSC global table.

Included Modules

Defined in:

dynamodb/global_table_witness_description.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(region_name : String | Nil = nil, witness_status : WitnessStatus | Nil = nil) #

[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 | Nil #

The name of the Amazon Web Services Region that serves as a witness for the MRSC global table.


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

The name of the Amazon Web Services Region that serves as a witness for the MRSC global table.


[View source]
def validate! : Nil #

[View source]
def witness_status : WitnessStatus | Nil #

The current status of the witness Region in the MRSC global table.


[View source]
def witness_status=(witness_status : WitnessStatus | Nil) #

The current status of the witness Region in the MRSC global table.


[View source]