Class: Aws::FSx::Types::DeleteFileCacheResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DeleteFileCacheResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_cache_id ⇒ String
The ID of the cache that’s being deleted.
-
#lifecycle ⇒ String
The cache lifecycle for the deletion request.
Instance Attribute Details
#file_cache_id ⇒ String
The ID of the cache that’s being deleted.
3901 3902 3903 3904 3905 3906 |
# File 'lib/aws-sdk-fsx/types.rb', line 3901 class DeleteFileCacheResponse < Struct.new( :file_cache_id, :lifecycle) SENSITIVE = [] include Aws::Structure end |
#lifecycle ⇒ String
The cache lifecycle for the deletion request. If the ‘DeleteFileCache` operation is successful, this status is `DELETING`.
3901 3902 3903 3904 3905 3906 |
# File 'lib/aws-sdk-fsx/types.rb', line 3901 class DeleteFileCacheResponse < Struct.new( :file_cache_id, :lifecycle) SENSITIVE = [] include Aws::Structure end |