Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails
- 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.
2204 2205 2206 |
# File 'sig/types.rbs', line 2204 def condition @condition end |
#container_name ⇒ ::String
Returns the value of attribute container_name.
2205 2206 2207 |
# File 'sig/types.rbs', line 2205 def container_name @container_name end |