Class: Aws::EC2::Types::ImageReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ImageReference
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource referencing the image.
-
#image_id ⇒ String
The ID of the referenced image.
-
#resource_type ⇒ String
The type of resource referencing the image.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource referencing the image.
43939 43940 43941 43942 43943 43944 43945 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43939 class ImageReference < Struct.new( :image_id, :resource_type, :arn) SENSITIVE = [] include Aws::Structure end |
#image_id ⇒ String
The ID of the referenced image.
43939 43940 43941 43942 43943 43944 43945 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43939 class ImageReference < Struct.new( :image_id, :resource_type, :arn) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource referencing the image.
43939 43940 43941 43942 43943 43944 43945 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43939 class ImageReference < Struct.new( :image_id, :resource_type, :arn) SENSITIVE = [] include Aws::Structure end |