gluedatabrew_stop_job_run {paws.analytics} | R Documentation |
Stops a particular run of a job
Description
Stops a particular run of a job.
See https://www.paws-r-sdk.com/docs/gluedatabrew_stop_job_run/ for full documentation.
Usage
gluedatabrew_stop_job_run(Name, RunId)
Arguments
Name |
[required] The name of the job to be stopped. |
RunId |
[required] The ID of the job run to be stopped. |
[Package paws.analytics version 0.7.0 Index]