Class: Aws::EC2::Types::CopyImageResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CopyImageResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Contains the output of CopyImage.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #image_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the new AMI.
 
Instance Attribute Details
#image_id ⇒ String
The ID of the new AMI.
      7150 7151 7152 7153 7154  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 7150 class CopyImageResult < Struct.new( :image_id) SENSITIVE = [] include Aws::Structure end  |