Class: Aws::ECS::Types::StopTaskResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#taskTypes::Task

The task that was stopped.

Returns:



4795
4796
4797
4798
# File 'lib/aws-sdk-ecs/types.rb', line 4795

class StopTaskResponse < Struct.new(
  :task)
  include Aws::Structure
end