entityresolution_list_matching_jobs {paws.analytics} | R Documentation |
Lists all jobs for a given workflow
Description
Lists all jobs for a given workflow.
See https://www.paws-r-sdk.com/docs/entityresolution_list_matching_jobs/ for full documentation.
Usage
entityresolution_list_matching_jobs(
maxResults = NULL,
nextToken = NULL,
workflowName
)
Arguments
maxResults |
The maximum number of objects returned per page. |
nextToken |
The pagination token from the previous API call. |
workflowName |
[required] The name of the workflow to be retrieved. |
[Package paws.analytics version 0.9.0 Index]