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.
3661 3662 3663 |
# File 'sig/types.rbs', line 3661 def resolution_time @resolution_time end |
#resolved_image ⇒ ::String
Returns the value of attribute resolved_image.
3660 3661 3662 |
# File 'sig/types.rbs', line 3660 def resolved_image @resolved_image end |
#specified_image ⇒ ::String
Returns the value of attribute specified_image.
3659 3660 3661 |
# File 'sig/types.rbs', line 3659 def specified_image @specified_image end |