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.
11028 11029 11030 11031 11032 |
# File 'lib/aws-sdk-ecs/types.rb', line 11028 class StopTaskResponse < Struct.new( :task) SENSITIVE = [] include Aws::Structure end |