Class: Aws::EC2::Types::VolumeDetail
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VolumeDetail
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an EBS volume.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #size  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The size of the volume, in GiB.
 
Instance Attribute Details
#size ⇒ Integer
The size of the volume, in GiB.
      73247 73248 73249 73250 73251  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73247 class VolumeDetail < Struct.new( :size) SENSITIVE = [] include Aws::Structure end  |