Class: Aws::Types::ImageReference
- Inherits:
-
Object
- Object
- Aws::Types::ImageReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#resource_type ⇒ "ec2:Instance", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
11198 11199 11200 |
# File 'sig/types.rbs', line 11198 def arn @arn end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
11196 11197 11198 |
# File 'sig/types.rbs', line 11196 def image_id @image_id end |
#resource_type ⇒ "ec2:Instance", ...
Returns the value of attribute resource_type.
11197 11198 11199 |
# File 'sig/types.rbs', line 11197 def resource_type @resource_type end |