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:



3273
3274
3275
3276
3277
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 3273

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