gluedatabrew_list_schedules {paws.analytics} | R Documentation |
Lists the DataBrew schedules that are defined
Description
Lists the DataBrew schedules that are defined.
See https://www.paws-r-sdk.com/docs/gluedatabrew_list_schedules/ for full documentation.
Usage
gluedatabrew_list_schedules(
JobName = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
JobName |
The name of the job that these schedules apply to. |
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.9.0 Index]