Class: Aws::Types::ImageIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::ImageIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
-
#image_tag ⇒ ::String
Returns the value of attribute image_tag.
Instance Attribute Details
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
616 617 618 |
# File 'sig/types.rbs', line 616 def image_digest @image_digest end |
#image_tag ⇒ ::String
Returns the value of attribute image_tag.
617 618 619 |
# File 'sig/types.rbs', line 617 def image_tag @image_tag end |