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.
      4329 4330 4331 4332 4333 4334  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 4329 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`.
      4329 4330 4331 4332 4333 4334  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 4329 class DeleteFileCacheResponse < Struct.new( :file_cache_id, :lifecycle) SENSITIVE = [] include Aws::Structure end  |