Class: Aws::Batch::Types::TaskPropertiesOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::TaskPropertiesOverride
- Includes:
- Structure
- Defined in:
- 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.
7844 7845 7846 7847 7848 |
# File 'lib/aws-sdk-batch/types.rb', line 7844 class TaskPropertiesOverride < Struct.new( :containers) SENSITIVE = [] include Aws::Structure end |