Class: Aws::Types::GlobalTableWitnessDescription
- Inherits:
-
Object
- Object
- Aws::Types::GlobalTableWitnessDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#witness_status ⇒ "CREATING", ...
Returns the value of attribute witness_status.
Instance Attribute Details
#region_name ⇒ ::String
Returns the value of attribute region_name.
839 840 841 |
# File 'sig/types.rbs', line 839 def region_name @region_name end |
#witness_status ⇒ "CREATING", ...
Returns the value of attribute witness_status.
840 841 842 |
# File 'sig/types.rbs', line 840 def witness_status @witness_status end |