Class: Aws::Types::DeleteServerlessCacheRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteServerlessCacheRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#final_snapshot_name ⇒ ::String
Returns the value of attribute final_snapshot_name.
-
#serverless_cache_name ⇒ ::String
Returns the value of attribute serverless_cache_name.
Instance Attribute Details
#final_snapshot_name ⇒ ::String
Returns the value of attribute final_snapshot_name.
652 653 654 |
# File 'sig/types.rbs', line 652 def final_snapshot_name @final_snapshot_name end |
#serverless_cache_name ⇒ ::String
Returns the value of attribute serverless_cache_name.
651 652 653 |
# File 'sig/types.rbs', line 651 def serverless_cache_name @serverless_cache_name end |