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.
236 237 238 |
# File 'sig/types.rbs', line 236 def image_digest @image_digest end |
#image_tag ⇒ ::String
Returns the value of attribute image_tag.
237 238 239 |
# File 'sig/types.rbs', line 237 def image_tag @image_tag end |