Class: Aws::Types::DeleteReplicationGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::DeleteReplicationGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#final_snapshot_identifier ⇒ ::String
Returns the value of attribute final_snapshot_identifier.
-
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
-
#retain_primary_cluster ⇒ Boolean
Returns the value of attribute retain_primary_cluster.
Instance Attribute Details
#final_snapshot_identifier ⇒ ::String
Returns the value of attribute final_snapshot_identifier.
641 642 643 |
# File 'sig/types.rbs', line 641 def final_snapshot_identifier @final_snapshot_identifier end |
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
639 640 641 |
# File 'sig/types.rbs', line 639 def replication_group_id @replication_group_id end |
#retain_primary_cluster ⇒ Boolean
Returns the value of attribute retain_primary_cluster.
640 641 642 |
# File 'sig/types.rbs', line 640 def retain_primary_cluster @retain_primary_cluster end |