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.
3646 3647 3648 |
# File 'sig/types.rbs', line 3646 def resolution_time @resolution_time end |
#resolved_image ⇒ ::String
Returns the value of attribute resolved_image.
3645 3646 3647 |
# File 'sig/types.rbs', line 3645 def resolved_image @resolved_image end |
#specified_image ⇒ ::String
Returns the value of attribute specified_image.
3644 3645 3646 |
# File 'sig/types.rbs', line 3644 def specified_image @specified_image end |