Class: Aws::Types::DeleteCacheClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCacheClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
-
#final_snapshot_identifier ⇒ ::String
Returns the value of attribute final_snapshot_identifier.
Instance Attribute Details
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
602 603 604 |
# File 'sig/types.rbs', line 602 def cache_cluster_id @cache_cluster_id end |
#final_snapshot_identifier ⇒ ::String
Returns the value of attribute final_snapshot_identifier.
603 604 605 |
# File 'sig/types.rbs', line 603 def final_snapshot_identifier @final_snapshot_identifier end |