Class: Aws::Batch::Types::EcsPropertiesOverride

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-batch/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_propertiesArray<Types::TaskPropertiesOverride>

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

<note markdown=“1”> This object is currently limited to one element.

</note>

Returns:



3052
3053
3054
3055
3056
# File 'lib/aws-sdk-batch/types.rb', line 3052

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