Class: Aws::Batch::Types::EcsPropertiesDetail

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

Instance Attribute Details

#task_propertiesArray<Types::EcsTaskDetails>

The properties for the Amazon ECS task definition of a job.

Returns:



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