Method: Stax::Aws::Ecs.stop

Defined in:
lib/stax/aws/ecs.rb

.stop(cluster, task) ⇒ Object



58
59
60
# File 'lib/stax/aws/ecs.rb', line 58

def stop(cluster, task)
  client.stop_task(cluster: cluster, task: task).task
end