Class: Aws::Types::GlobalReplicationGroupInfo
- Inherits:
-
Object
- Object
- Aws::Types::GlobalReplicationGroupInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_replication_group_id ⇒ ::String
Returns the value of attribute global_replication_group_id.
-
#global_replication_group_member_role ⇒ ::String
Returns the value of attribute global_replication_group_member_role.
Instance Attribute Details
#global_replication_group_id ⇒ ::String
Returns the value of attribute global_replication_group_id.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def global_replication_group_id @global_replication_group_id end |
#global_replication_group_member_role ⇒ ::String
Returns the value of attribute global_replication_group_member_role.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def global_replication_group_member_role @global_replication_group_member_role end |