Class: Aws::Batch::Types::TaskPropertiesOverride
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Batch::Types::TaskPropertiesOverride
 
- 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
- 
  
    
      #containers  ⇒ Array<Types::TaskContainerOverrides> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The overrides for the container definition of a job. 
Instance Attribute Details
#containers ⇒ Array<Types::TaskContainerOverrides>
The overrides for the container definition of a job.
| 9706 9707 9708 9709 9710 | # File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 9706 class TaskPropertiesOverride < Struct.new( :containers) SENSITIVE = [] include Aws::Structure end |