gluedatabrew_list_jobs: Lists all of the DataBrew jobs that are defined

View source: R/gluedatabrew_operations.R

gluedatabrew_list_jobsR Documentation

Lists all of the DataBrew jobs that are defined

Description

Lists all of the DataBrew jobs that are defined.

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

Usage

gluedatabrew_list_jobs(
  DatasetName = NULL,
  MaxResults = NULL,
  NextToken = NULL,
  ProjectName = NULL
)

Arguments

DatasetName

The name of a dataset. Using this parameter indicates to return only those jobs that act on the specified dataset.

MaxResults

The maximum number of results to return in this request.

NextToken

A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.

ProjectName

The name of a project. Using this parameter indicates to return only those jobs that are associated with the specified project.


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