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.
4214 4215 4216 4217 4218 4219 |
# File 'lib/aws-sdk-fsx/types.rb', line 4214 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`.
4214 4215 4216 4217 4218 4219 |
# File 'lib/aws-sdk-fsx/types.rb', line 4214 class DeleteFileCacheResponse < Struct.new( :file_cache_id, :lifecycle) SENSITIVE = [] include Aws::Structure end |