Class: Aws::Types::ReplicationGroupStatus
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationGroupStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#keyspace_status ⇒ "ACTIVE", ...
Returns the value of attribute keyspace_status.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#tables_replication_progress ⇒ ::String
Returns the value of attribute tables_replication_progress.
Instance Attribute Details
#keyspace_status ⇒ "ACTIVE", ...
Returns the value of attribute keyspace_status.
359 360 361 |
# File 'sig/types.rbs', line 359 def keyspace_status @keyspace_status end |
#region ⇒ ::String
Returns the value of attribute region.
358 359 360 |
# File 'sig/types.rbs', line 358 def region @region end |
#tables_replication_progress ⇒ ::String
Returns the value of attribute tables_replication_progress.
360 361 362 |
# File 'sig/types.rbs', line 360 def tables_replication_progress @tables_replication_progress end |