drs_describe_jobs {paws.developer.tools} | R Documentation |
Returns a list of Jobs
Description
Returns a list of Jobs. Use the JobsID and fromDate and toDate filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are created by the StartRecovery, TerminateRecoveryInstances and StartFailbackLaunch APIs. Jobs are also created by DiagnosticLaunch and TerminateDiagnosticInstances, which are APIs available only to Support and only used in response to relevant support tickets.
See https://www.paws-r-sdk.com/docs/drs_describe_jobs/ for full documentation.
Usage
drs_describe_jobs(filters = NULL, maxResults = NULL, nextToken = NULL)
Arguments
filters |
A set of filters by which to return Jobs. |
maxResults |
Maximum number of Jobs to retrieve. |
nextToken |
The token of the next Job to retrieve. |
[Package paws.developer.tools version 0.7.0 Index]