Class: Aws::EC2::Types::VolumeStatusInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VolumeStatusInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the status of a volume.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #details  ⇒ Array<Types::VolumeStatusDetails> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details of the volume status.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the volume.
 
Instance Attribute Details
#details ⇒ Array<Types::VolumeStatusDetails>
The details of the volume status.
      72905 72906 72907 72908 72909 72910  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72905 class VolumeStatusInfo < Struct.new( :details, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the volume.
      72905 72906 72907 72908 72909 72910  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72905 class VolumeStatusInfo < Struct.new( :details, :status) SENSITIVE = [] include Aws::Structure end  |