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:



12392
12393
12394
12395
12396
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12392

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