Class: Aws::FSx::Types::DeleteSnapshotResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::DeleteSnapshotResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #lifecycle  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The lifecycle status of the snapshot.
 - 
  
    
      #snapshot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the deleted snapshot.
 
Instance Attribute Details
#lifecycle ⇒ String
The lifecycle status of the snapshot. If the ‘DeleteSnapshot` operation is successful, this status is `DELETING`.
      4602 4603 4604 4605 4606 4607  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 4602 class DeleteSnapshotResponse < Struct.new( :snapshot_id, :lifecycle) SENSITIVE = [] include Aws::Structure end  | 
  
#snapshot_id ⇒ String
The ID of the deleted snapshot.
      4602 4603 4604 4605 4606 4607  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 4602 class DeleteSnapshotResponse < Struct.new( :snapshot_id, :lifecycle) SENSITIVE = [] include Aws::Structure end  |