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:



6047
6048
6049
6050
# File 'lib/aws-sdk-ecs/types.rb', line 6047

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