Class: Aws::Batch::Types::TaskPropertiesOverride

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#containersArray<Types::TaskContainerOverrides>

The overrides for the container definition of a job.

Returns:



8111
8112
8113
8114
8115
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8111

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