Class: Aws::Types::DeleteFileCacheResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFileCacheResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_cache_id ⇒ ::String
Returns the value of attribute file_cache_id.
-
#lifecycle ⇒ "AVAILABLE", ...
Returns the value of attribute lifecycle.
Instance Attribute Details
#file_cache_id ⇒ ::String
Returns the value of attribute file_cache_id.
672 673 674 |
# File 'sig/types.rbs', line 672 def file_cache_id @file_cache_id end |
#lifecycle ⇒ "AVAILABLE", ...
Returns the value of attribute lifecycle.
673 674 675 |
# File 'sig/types.rbs', line 673 def lifecycle @lifecycle end |