gluedatabrew_list_jobs {paws.analytics} | R 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. |
[Package paws.analytics version 0.7.0 Index]