Class: Aws::Batch::Types::EcsProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#task_propertiesArray<Types::EcsTaskProperties>

An object that contains the properties for the Amazon ECS task definition of a job.

This object is currently limited to one task element. However, the task element can run up to 10 containers.

Returns:



3039
3040
3041
3042
3043
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 3039

class EcsProperties < Struct.new(
  :task_properties)
  SENSITIVE = []
  include Aws::Structure
end