Class: Aws::Types::ImageReference

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


10937
10938
10939
# File 'sig/types.rbs', line 10937

def arn
  @arn
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


10935
10936
10937
# File 'sig/types.rbs', line 10935

def image_id
  @image_id
end

#resource_type"ec2:Instance", ...

Returns the value of attribute resource_type.

Returns:

  • ("ec2:Instance", "ec2:LaunchTemplate", "ssm:Parameter", "imagebuilder:ImageRecipe", "imagebuilder:ContainerRecipe")


10936
10937
10938
# File 'sig/types.rbs', line 10936

def resource_type
  @resource_type
end