Class: Aws::FSx::Types::DeleteVolumeResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::DeleteVolumeResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #lifecycle  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The lifecycle state of the volume being deleted.
 - 
  
    
      #ontap_response  ⇒ Types::DeleteVolumeOntapResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returned after a ‘DeleteVolume` request, showing the status of the delete request.
 - 
  
    
      #volume_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the volume that’s being deleted.
 
Instance Attribute Details
#lifecycle ⇒ String
The lifecycle state of the volume being deleted. If the ‘DeleteVolume` operation is successful, this value is `DELETING`.
      4776 4777 4778 4779 4780 4781 4782  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 4776 class DeleteVolumeResponse < Struct.new( :volume_id, :lifecycle, :ontap_response) SENSITIVE = [] include Aws::Structure end  | 
  
#ontap_response ⇒ Types::DeleteVolumeOntapResponse
Returned after a ‘DeleteVolume` request, showing the status of the delete request.
      4776 4777 4778 4779 4780 4781 4782  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 4776 class DeleteVolumeResponse < Struct.new( :volume_id, :lifecycle, :ontap_response) SENSITIVE = [] include Aws::Structure end  | 
  
#volume_id ⇒ String
The ID of the volume that’s being deleted.
      4776 4777 4778 4779 4780 4781 4782  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 4776 class DeleteVolumeResponse < Struct.new( :volume_id, :lifecycle, :ontap_response) SENSITIVE = [] include Aws::Structure end  |