Class: Aws::Types::DeleteDBClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDBClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#final_db_snapshot_identifier ⇒ ::String
Returns the value of attribute final_db_snapshot_identifier.
-
#skip_final_snapshot ⇒ Boolean
Returns the value of attribute skip_final_snapshot.
Instance Attribute Details
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
736 737 738 |
# File 'sig/types.rbs', line 736 def db_cluster_identifier @db_cluster_identifier end |
#final_db_snapshot_identifier ⇒ ::String
Returns the value of attribute final_db_snapshot_identifier.
738 739 740 |
# File 'sig/types.rbs', line 738 def final_db_snapshot_identifier @final_db_snapshot_identifier end |
#skip_final_snapshot ⇒ Boolean
Returns the value of attribute skip_final_snapshot.
737 738 739 |
# File 'sig/types.rbs', line 737 def skip_final_snapshot @skip_final_snapshot end |