Class: Aws::Types::DeleteGlobalReplicationGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::DeleteGlobalReplicationGroupMessage
- 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.
-
#retain_primary_replication_group ⇒ Boolean
Returns the value of attribute retain_primary_replication_group.
Instance Attribute Details
#global_replication_group_id ⇒ ::String
Returns the value of attribute global_replication_group_id.
628 629 630 |
# File 'sig/types.rbs', line 628 def global_replication_group_id @global_replication_group_id end |
#retain_primary_replication_group ⇒ Boolean
Returns the value of attribute retain_primary_replication_group.
629 630 631 |
# File 'sig/types.rbs', line 629 def retain_primary_replication_group @retain_primary_replication_group end |