Class: Aws::Batch::Types::EcsProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::EcsProperties
- Includes:
- Structure
- Defined in:
- 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.
<note markdown=“1”> This object is currently limited to one element.
</note>
3028 3029 3030 3031 3032 |
# File 'lib/aws-sdk-batch/types.rb', line 3028 class EcsProperties < Struct.new( :task_properties) SENSITIVE = [] include Aws::Structure end |