Class: Aws::Types::TaskContainerOverrides
- Inherits:
-
Object
- Object
- Aws::Types::TaskContainerOverrides
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ ::Array[::String]
Returns the value of attribute command.
-
#environment ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute environment.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_requirements ⇒ ::Array[Types::ResourceRequirement]
Returns the value of attribute resource_requirements.
Instance Attribute Details
#command ⇒ ::Array[::String]
Returns the value of attribute command.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def command @command end |
#environment ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute environment.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def environment @environment end |
#name ⇒ ::String
Returns the value of attribute name.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def name @name end |
#resource_requirements ⇒ ::Array[Types::ResourceRequirement]
Returns the value of attribute resource_requirements.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def resource_requirements @resource_requirements end |