Class: Aws::Types::DeployedImage
- Inherits:
-
Object
- Object
- Aws::Types::DeployedImage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resolution_time ⇒ ::Time
Returns the value of attribute resolution_time.
-
#resolved_image ⇒ ::String
Returns the value of attribute resolved_image.
-
#specified_image ⇒ ::String
Returns the value of attribute specified_image.
Instance Attribute Details
#resolution_time ⇒ ::Time
Returns the value of attribute resolution_time.
3644 3645 3646 |
# File 'sig/types.rbs', line 3644 def resolution_time @resolution_time end |
#resolved_image ⇒ ::String
Returns the value of attribute resolved_image.
3643 3644 3645 |
# File 'sig/types.rbs', line 3643 def resolved_image @resolved_image end |
#specified_image ⇒ ::String
Returns the value of attribute specified_image.
3642 3643 3644 |
# File 'sig/types.rbs', line 3642 def specified_image @specified_image end |