glue_get_job_runs: Retrieves metadata for all runs of a given job definition

View source: R/glue_operations.R

glue_get_job_runsR 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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.