Class: Aws::EC2::Types::DiskImageVolumeDescription
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DiskImageVolumeDescription
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a disk image volume.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The volume identifier.
 - 
  
    
      #size  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The size of the volume, in GiB.
 
Instance Attribute Details
#id ⇒ String
The volume identifier.
      32440 32441 32442 32443 32444 32445  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32440 class DiskImageVolumeDescription < Struct.new( :id, :size) SENSITIVE = [] include Aws::Structure end  | 
  
#size ⇒ Integer
The size of the volume, in GiB.
      32440 32441 32442 32443 32444 32445  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32440 class DiskImageVolumeDescription < Struct.new( :id, :size) SENSITIVE = [] include Aws::Structure end  |