Class: Aws::Batch::Types::EcsPropertiesOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::EcsPropertiesOverride
- Defined in:
- gems/aws-sdk-batch/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.
3073 3074 3075 3076 3077 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 3073 class EcsPropertiesOverride < Struct.new( :task_properties) SENSITIVE = [] include Aws::Structure end |