Class: Aws::Types::DaemonContainerImage
- Inherits:
-
Object
- Object
- Aws::Types::DaemonContainerImage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#image ⇒ ::String
Returns the value of attribute image.
-
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
Instance Attribute Details
#container_name ⇒ ::String
Returns the value of attribute container_name.
563 564 565 |
# File 'sig/types.rbs', line 563 def container_name @container_name end |
#image ⇒ ::String
Returns the value of attribute image.
565 566 567 |
# File 'sig/types.rbs', line 565 def image @image end |
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
564 565 566 |
# File 'sig/types.rbs', line 564 def image_digest @image_digest end |