Class: Aws::Types::BatchContainerOverrides
- Inherits:
-
Object
- Object
- Aws::Types::BatchContainerOverrides
- 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::BatchEnvironmentVariable]
Returns the value of attribute environment.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#resource_requirements ⇒ ::Array[Types::BatchResourceRequirement]
Returns the value of attribute resource_requirements.
Instance Attribute Details
#command ⇒ ::Array[::String]
Returns the value of attribute command.
24 25 26 |
# File 'sig/types.rbs', line 24 def command @command end |
#environment ⇒ ::Array[Types::BatchEnvironmentVariable]
Returns the value of attribute environment.
25 26 27 |
# File 'sig/types.rbs', line 25 def environment @environment end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
26 27 28 |
# File 'sig/types.rbs', line 26 def instance_type @instance_type end |
#resource_requirements ⇒ ::Array[Types::BatchResourceRequirement]
Returns the value of attribute resource_requirements.
27 28 29 |
# File 'sig/types.rbs', line 27 def resource_requirements @resource_requirements end |