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.
127 128 129 |
# File 'sig/types.rbs', line 127 def condition @condition end |
#container_name ⇒ ::String
Returns the value of attribute container_name.
126 127 128 |
# File 'sig/types.rbs', line 126 def container_name @container_name end |