58 59 60
# File 'lib/stax/aws/ecs.rb', line 58 def stop(cluster, task) client.stop_task(cluster: cluster, task: task).task end