Class: Aws::Types::CreateUpdatedImageResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateUpdatedImageResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#can_update_image ⇒ Boolean
Returns the value of attribute can_update_image.
-
#image ⇒ Types::Image
Returns the value of attribute image.
Instance Attribute Details
#can_update_image ⇒ Boolean
Returns the value of attribute can_update_image.
536 537 538 |
# File 'sig/types.rbs', line 536 def can_update_image @can_update_image end |
#image ⇒ Types::Image
Returns the value of attribute image.
535 536 537 |
# File 'sig/types.rbs', line 535 def image @image end |