Class: Aws::Types::ContainerImage
- Inherits:
-
Object
- Object
- Aws::Types::ContainerImage
- 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.
287 288 289 |
# File 'sig/types.rbs', line 287 def container_name @container_name end |
#image ⇒ ::String
Returns the value of attribute image.
289 290 291 |
# File 'sig/types.rbs', line 289 def image @image end |
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
288 289 290 |
# File 'sig/types.rbs', line 288 def image_digest @image_digest end |