Class: Aws::DynamoDB::Types::GlobalTableWitnessDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::GlobalTableWitnessDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Represents the properties of a witness Region in a MRSC global table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#region_name ⇒ String
The name of the Amazon Web Services Region that serves as a witness for the MRSC global table.
-
#witness_status ⇒ String
The current status of the witness Region in the MRSC global table.
Instance Attribute Details
#region_name ⇒ String
The name of the Amazon Web Services Region that serves as a witness for the MRSC global table.
4615 4616 4617 4618 4619 4620 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4615 class GlobalTableWitnessDescription < Struct.new( :region_name, :witness_status) SENSITIVE = [] include Aws::Structure end |
#witness_status ⇒ String
The current status of the witness Region in the MRSC global table.
4615 4616 4617 4618 4619 4620 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4615 class GlobalTableWitnessDescription < Struct.new( :region_name, :witness_status) SENSITIVE = [] include Aws::Structure end |