Class: Aws::Batch::Types::TaskPropertiesOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::TaskPropertiesOverride
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
An object that contains overrides for the task definition of a job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#containers ⇒ Array<Types::TaskContainerOverrides>
The overrides for the container definition of a job.
Instance Attribute Details
#containers ⇒ Array<Types::TaskContainerOverrides>
The overrides for the container definition of a job.
8111 8112 8113 8114 8115 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8111 class TaskPropertiesOverride < Struct.new( :containers) SENSITIVE = [] include Aws::Structure end |