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:



9542
9543
9544
9545
9546
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9542

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