Class: Aws::Batch::Types::EcsPropertiesDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::EcsPropertiesDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-batch/types.rb
Overview
An object that contains the details for the Amazon ECS resources of a job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_properties ⇒ Array<Types::EcsTaskDetails>
The properties for the Amazon ECS task definition of a job.
Instance Attribute Details
#task_properties ⇒ Array<Types::EcsTaskDetails>
The properties for the Amazon ECS task definition of a job.
3043 3044 3045 3046 3047 |
# File 'lib/aws-sdk-batch/types.rb', line 3043 class EcsPropertiesDetail < Struct.new( :task_properties) SENSITIVE = [] include Aws::Structure end |