Class: Aws::ECS::Types::StopTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::StopTaskResponse
- Includes:
- Structure
- Defined in:
- 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.
10946 10947 10948 10949 10950 |
# File 'lib/aws-sdk-ecs/types.rb', line 10946 class StopTaskResponse < Struct.new( :task) SENSITIVE = [] include Aws::Structure end |