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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


8257
8258
8259
8260
8261
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8257

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