Class: Aws::EC2::Types::CopyImageResult

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

Overview

Contains the output of CopyImage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_idString

The ID of the new AMI.

Returns:

  • (String)


8103
8104
8105
8106
8107
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8103

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