Class: Aws::Batch::Types::AttemptEcsTaskDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Batch::Types::AttemptEcsTaskDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-batch/types.rb
 
Overview
An object that represents the details of a task.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #container_instance_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the container instance that hosts the task.
 - 
  
    
      #containers  ⇒ Array<Types::AttemptTaskContainerDetails> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of containers that are included in the ‘taskProperties` list.
 - 
  
    
      #task_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the Amazon ECS task.
 
Instance Attribute Details
#container_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the container instance that hosts the task.
      180 181 182 183 184 185 186  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 180 class AttemptEcsTaskDetails < Struct.new( :container_instance_arn, :task_arn, :containers) SENSITIVE = [] include Aws::Structure end  | 
  
#containers ⇒ Array<Types::AttemptTaskContainerDetails>
A list of containers that are included in the ‘taskProperties` list.
      180 181 182 183 184 185 186  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 180 class AttemptEcsTaskDetails < Struct.new( :container_instance_arn, :task_arn, :containers) SENSITIVE = [] include Aws::Structure end  | 
  
#task_arn ⇒ String
The ARN of the Amazon ECS task.
      180 181 182 183 184 185 186  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 180 class AttemptEcsTaskDetails < Struct.new( :container_instance_arn, :task_arn, :containers) SENSITIVE = [] include Aws::Structure end  |