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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_idString

The ID of the new AMI.

Returns:

  • (String)


8197
8198
8199
8200
8201
# File 'lib/aws-sdk-ec2/types.rb', line 8197

class CreateImageResult < Struct.new(
  :image_id)
  SENSITIVE = []
  include Aws::Structure
end