Class: Aws::Types::DeleteClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::DeleteClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#final_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute final_cluster_snapshot_identifier.
-
#final_cluster_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute final_cluster_snapshot_retention_period.
-
#skip_final_cluster_snapshot ⇒ Boolean
Returns the value of attribute skip_final_cluster_snapshot.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
842 843 844 |
# File 'sig/types.rbs', line 842 def cluster_identifier @cluster_identifier end |
#final_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute final_cluster_snapshot_identifier.
844 845 846 |
# File 'sig/types.rbs', line 844 def final_cluster_snapshot_identifier @final_cluster_snapshot_identifier end |
#final_cluster_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute final_cluster_snapshot_retention_period.
845 846 847 |
# File 'sig/types.rbs', line 845 def final_cluster_snapshot_retention_period @final_cluster_snapshot_retention_period end |
#skip_final_cluster_snapshot ⇒ Boolean
Returns the value of attribute skip_final_cluster_snapshot.
843 844 845 |
# File 'sig/types.rbs', line 843 def skip_final_cluster_snapshot @skip_final_cluster_snapshot end |