Class: Aws::Batch::Types::EcsPropertiesOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::EcsPropertiesOverride
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-batch/types.rb
Overview
An object that contains overrides for the Amazon ECS task definition of a job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_properties ⇒ Array<Types::TaskPropertiesOverride>
The overrides for the Amazon ECS task definition of a job.
Instance Attribute Details
#task_properties ⇒ Array<Types::TaskPropertiesOverride>
The overrides for the Amazon ECS task definition of a job.
4181 4182 4183 4184 4185 |
# File 'lib/aws-sdk-batch/types.rb', line 4181 class EcsPropertiesOverride < Struct.new( :task_properties) SENSITIVE = [] include Aws::Structure end |