Class: Aws::EC2::Types::RegisterImageResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::RegisterImageResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Contains the output of RegisterImage.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #image_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the newly registered AMI.
 
Instance Attribute Details
#image_id ⇒ String
The ID of the newly registered AMI.
      60917 60918 60919 60920 60921  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 60917 class RegisterImageResult < Struct.new( :image_id) SENSITIVE = [] include Aws::Structure end  |