drs_describe_jobs: Returns a list of Jobs

View source: R/drs_operations.R

drs_describe_jobsR 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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.