backup_list_report_jobs: Returns details about your report jobs

View source: R/backup_operations.R

backup_list_report_jobsR Documentation

Returns details about your report jobs

Description

Returns details about your report jobs.

See https://www.paws-r-sdk.com/docs/backup_list_report_jobs/ for full documentation.

Usage

backup_list_report_jobs(
  ByReportPlanName = NULL,
  ByCreationBefore = NULL,
  ByCreationAfter = NULL,
  ByStatus = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

ByReportPlanName

Returns only report jobs with the specified report plan name.

ByCreationBefore

Returns only report jobs that were created before the date and time specified in Unix format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents Friday, January 26, 2018 12:11:30 AM.

ByCreationAfter

Returns only report jobs that were created after the date and time specified in Unix format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents Friday, January 26, 2018 12:11:30 AM.

ByStatus

Returns only report jobs that are in the specified status. The statuses are:

CREATED | RUNNING | COMPLETED | FAILED

MaxResults

The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.

NextToken

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.