Class: Aws::EC2::Types::RegisterImageResult

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

Overview

Contains the output of RegisterImage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_idString

The ID of the newly registered AMI.

Returns:

  • (String)


55125
55126
55127
55128
55129
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55125

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