Class: Aws::EC2::Types::CreateImageResult

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

Overview

Contains the output of CreateImage.

Instance Attribute Summary collapse

Instance Attribute Details

#image_idString

The ID of the new AMI.

Returns:

  • (String)


5102
5103
5104
5105
# File 'lib/aws-sdk-ec2/types.rb', line 5102

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