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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#taskTypes::Task

The task that was stopped.

Returns:



10036
10037
10038
10039
10040
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10036

class StopTaskResponse < Struct.new(
  :task)
  SENSITIVE = []
  include Aws::Structure
end