Class: Aws::ECS::Types::StopTaskResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ECS::Types::StopTaskResponse
 
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #task  ⇒ Types::Task 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The task that was stopped. 
Instance Attribute Details
#task ⇒ Types::Task
The task that was stopped.
| 12584 12585 12586 12587 12588 | # File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12584 class StopTaskResponse < Struct.new( :task) SENSITIVE = [] include Aws::Structure end |