Class: Aws::Batch::Types::EcsProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::EcsProperties
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
An object that contains the properties for the Amazon ECS resources of a job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_properties ⇒ Array<Types::EcsTaskProperties>
An object that contains the properties for the Amazon ECS task definition of a job.
Instance Attribute Details
#task_properties ⇒ Array<Types::EcsTaskProperties>
An object that contains the properties for the Amazon ECS task definition of a job.
4134 4135 4136 4137 4138 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 4134 class EcsProperties < Struct.new( :task_properties) SENSITIVE = [] include Aws::Structure end |