Class: Aws::Types::DeleteClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#final_snapshot_name ⇒ ::String
Returns the value of attribute final_snapshot_name.
-
#multi_region_cluster_name ⇒ ::String
Returns the value of attribute multi_region_cluster_name.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
290 291 292 |
# File 'sig/types.rbs', line 290 def cluster_name @cluster_name end |
#final_snapshot_name ⇒ ::String
Returns the value of attribute final_snapshot_name.
292 293 294 |
# File 'sig/types.rbs', line 292 def final_snapshot_name @final_snapshot_name end |
#multi_region_cluster_name ⇒ ::String
Returns the value of attribute multi_region_cluster_name.
291 292 293 |
# File 'sig/types.rbs', line 291 def multi_region_cluster_name @multi_region_cluster_name end |