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:



7844
7845
7846
7847
7848
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 7844

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