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.
9992 9993 9994 9995 9996 |
# File 'lib/aws-sdk-ecs/types.rb', line 9992 class StopTaskResponse < Struct.new( :task) SENSITIVE = [] include Aws::Structure end |