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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-batch/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:



3033
3034
3035
3036
3037
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 3033

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