glue_get_triggers {paws.analytics} | R Documentation |
Gets all the triggers associated with a job
Description
Gets all the triggers associated with a job.
See https://www.paws-r-sdk.com/docs/glue_get_triggers/ for full documentation.
Usage
glue_get_triggers(NextToken = NULL, DependentJobName = NULL, MaxResults = NULL)
Arguments
NextToken |
A continuation token, if this is a continuation call. |
DependentJobName |
The name of the job to retrieve triggers for. The trigger that can start this job is returned, and if there is no such trigger, all triggers are returned. |
MaxResults |
The maximum size of the response. |
[Package paws.analytics version 0.9.0 Index]