Class: Aws::EC2::Types::ImageReference

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

Overview

A resource that is referencing an image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource referencing the image.

Returns:

  • (String)


43974
43975
43976
43977
43978
43979
43980
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43974

class ImageReference < Struct.new(
  :image_id,
  :resource_type,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#image_idString

The ID of the referenced image.

Returns:

  • (String)


43974
43975
43976
43977
43978
43979
43980
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43974

class ImageReference < Struct.new(
  :image_id,
  :resource_type,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource referencing the image.

Returns:

  • (String)


43974
43975
43976
43977
43978
43979
43980
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43974

class ImageReference < Struct.new(
  :image_id,
  :resource_type,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end