Class: Aws::EC2::Types::DiskImage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DiskImage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a disk image.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the disk image.
 - 
  
    
      #image  ⇒ Types::DiskImageDetail 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the disk image.
 - 
  
    
      #volume  ⇒ Types::VolumeDetail 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the volume.
 
Instance Attribute Details
#description ⇒ String
A description of the disk image.
      32204 32205 32206 32207 32208 32209 32210  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32204 class DiskImage < Struct.new( :description, :image, :volume) SENSITIVE = [] include Aws::Structure end  | 
  
#image ⇒ Types::DiskImageDetail
Information about the disk image.
      32204 32205 32206 32207 32208 32209 32210  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32204 class DiskImage < Struct.new( :description, :image, :volume) SENSITIVE = [] include Aws::Structure end  | 
  
#volume ⇒ Types::VolumeDetail
Information about the volume.
      32204 32205 32206 32207 32208 32209 32210  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32204 class DiskImage < Struct.new( :description, :image, :volume) SENSITIVE = [] include Aws::Structure end  |