class
Amazonite::DynamoDB::GlobalTableWitnessDescription
- Amazonite::DynamoDB::GlobalTableWitnessDescription
- Reference
- Object
Overview
Represents the properties of a witness Region in a MRSC global table.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/global_table_witness_description.crConstructors
- .new(pull : JSON::PullParser)
- .new(region_name : String | Nil = nil, witness_status : WitnessStatus | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#region_name : String | Nil
The name of the Amazon Web Services Region that serves as a witness for the MRSC global table.
-
#region_name=(region_name : String | Nil)
The name of the Amazon Web Services Region that serves as a witness for the MRSC global table.
- #validate! : Nil
-
#witness_status : WitnessStatus | Nil
The current status of the witness Region in the MRSC global table.
-
#witness_status=(witness_status : WitnessStatus | Nil)
The current status of the witness Region in the MRSC global table.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name of the Amazon Web Services Region that serves as a witness for the MRSC global table.
The name of the Amazon Web Services Region that serves as a witness for the MRSC global table.
The current status of the witness Region in the MRSC global table.
The current status of the witness Region in the MRSC global table.