glue_get_job_runs: Retrieves metadata for all runs of a given job definition
Description
Retrieves metadata for all runs of a given job definition.
Usage
glue_get_job_runs(JobName, NextToken, MaxResults)
Arguments
JobName
[required] The name of the job definition for which to retrieve all job runs.
NextToken
A continuation token, if this is a continuation call.
MaxResults
The maximum size of the response.
Request syntax
svc$get_job_runs(
JobName = "string",
NextToken = "string",
MaxResults = 123
)