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.
10006 10007 10008 10009 10010 |
# File 'lib/aws-sdk-ecs/types.rb', line 10006 class StopTaskResponse < Struct.new( :task) SENSITIVE = [] include Aws::Structure end |