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

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

Overview

Contains the output of CopyImage.

Instance Attribute Summary collapse

Instance Attribute Details

#image_idString

The ID of the new AMI.

Returns:

  • (String)


3702
3703
3704
3705
# File 'lib/aws-sdk-ec2/types.rb', line 3702

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