glue_get_job_runs {paws.analytics} | R Documentation |
Retrieves metadata for all runs of a given job definition
Description
Retrieves metadata for all runs of a given job definition.
See https://www.paws-r-sdk.com/docs/glue_get_job_runs/ for full documentation.
Usage
glue_get_job_runs(JobName, NextToken = NULL, MaxResults = NULL)
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. |
[Package paws.analytics version 0.7.0 Index]