Class: Aws::Types::ContainerDependency
- Inherits:
-
Object
- Object
- Aws::Types::ContainerDependency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition ⇒ "START", ...
Returns the value of attribute condition.
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
Instance Attribute Details
#condition ⇒ "START", ...
Returns the value of attribute condition.
282 283 284 |
# File 'sig/types.rbs', line 282 def condition @condition end |
#container_name ⇒ ::String
Returns the value of attribute container_name.
281 282 283 |
# File 'sig/types.rbs', line 281 def container_name @container_name end |