Class: Aws::Types::TaskContainerDependency
- Inherits:
-
Object
- Object
- Aws::Types::TaskContainerDependency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition ⇒ ::String
Returns the value of attribute condition.
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
Instance Attribute Details
#condition ⇒ ::String
Returns the value of attribute condition.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def condition @condition end |
#container_name ⇒ ::String
Returns the value of attribute container_name.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def container_name @container_name end |