Class: Aws::Types::GlobalReplicationGroupMember
- Inherits:
-
Object
- Object
- Aws::Types::GlobalReplicationGroupMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automatic_failover ⇒ "enabled", ...
Returns the value of attribute automatic_failover.
-
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
-
#replication_group_region ⇒ ::String
Returns the value of attribute replication_group_region.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#automatic_failover ⇒ "enabled", ...
Returns the value of attribute automatic_failover.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def automatic_failover @automatic_failover end |
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def replication_group_id @replication_group_id end |
#replication_group_region ⇒ ::String
Returns the value of attribute replication_group_region.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def replication_group_region @replication_group_region end |
#role ⇒ ::String
Returns the value of attribute role.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def role @role end |
#status ⇒ ::String
Returns the value of attribute status.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def status @status end |