Class: Aws::EC2::Types::RegisterImageResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the output of RegisterImage.

Instance Attribute Summary collapse

Instance Attribute Details

#image_idString

The ID of the newly registered AMI.

Returns:

  • (String)


28691
28692
28693
28694
# File 'lib/aws-sdk-ec2/types.rb', line 28691

class RegisterImageResult < Struct.new(
  :image_id)
  include Aws::Structure
end