class Aws::Backup::Types::ListReportJobsInput

@note When making an API call, you may pass ListReportJobsInput

data as a hash:

    {
      by_report_plan_name: "ReportPlanName",
      by_creation_before: Time.now,
      by_creation_after: Time.now,
      by_status: "string",
      max_results: 1,
      next_token: "string",
    }

@!attribute [rw] by_report_plan_name

Returns only report jobs with the specified report plan name.
@return [String]

@!attribute [rw] by_creation_before

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.
@return [Time]

@!attribute [rw] by_creation_after

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.
@return [Time]

@!attribute [rw] by_status

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

`CREATED | RUNNING | COMPLETED | FAILED`
@return [String]

@!attribute [rw] max_results

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

@!attribute [rw] next_token

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListReportJobsInput AWS API Documentation

Constants

SENSITIVE