gluedatabrew_list_job_runs {paws.analytics}R Documentation

Lists all of the previous runs of a particular DataBrew job

Description

Lists all of the previous runs of a particular DataBrew job.

See https://www.paws-r-sdk.com/docs/gluedatabrew_list_job_runs/ for full documentation.

Usage

gluedatabrew_list_job_runs(Name, MaxResults = NULL, NextToken = NULL)

Arguments

Name

[required] The name of the job.

MaxResults

The maximum number of results to return in this request.

NextToken

The token returned by a previous call to retrieve the next set of results.


[Package paws.analytics version 0.7.0 Index]