Class: Aws::EC2::Types::VolumeStatusInfo
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::VolumeStatusInfo
 
- Defined in:
- gems/aws-sdk-ec2/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.
| 79430 79431 79432 79433 79434 79435 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79430 class VolumeStatusInfo < Struct.new( :details, :status) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the volume.
| 79430 79431 79432 79433 79434 79435 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79430 class VolumeStatusInfo < Struct.new( :details, :status) SENSITIVE = [] include Aws::Structure end |