Skip to content

/AWS1/CL_BUPLSTRESTOREJOBSUM01

ListRestoreJobSummariesOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

it_restorejobsummaries TYPE /AWS1/CL_BUPRESTOREJOBSUMMARY=>TT_RESTOREJOBSUMMARYLIST TT_RESTOREJOBSUMMARYLIST

This return contains a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.

iv_aggregationperiod TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING

The period for the returned results.

  • ONE_DAY - The daily job count for the prior 14 days.

  • SEVEN_DAYS - The aggregated job count for the prior 7 days.

  • FOURTEEN_DAYS - The aggregated job count for prior 14 days.

iv_nexttoken TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING

The next item following a partial list of returned resources. For example, if a request is made to return MaxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.


Queryable Attributes

RestoreJobSummaries

This return contains a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.

Accessible with the following methods

Method Description
GET_RESTOREJOBSUMMARIES() Getter for RESTOREJOBSUMMARIES, with configurable default
ASK_RESTOREJOBSUMMARIES() Getter for RESTOREJOBSUMMARIES w/ exceptions if field has no
HAS_RESTOREJOBSUMMARIES() Determine if RESTOREJOBSUMMARIES has a value

AggregationPeriod

The period for the returned results.

  • ONE_DAY - The daily job count for the prior 14 days.

  • SEVEN_DAYS - The aggregated job count for the prior 7 days.

  • FOURTEEN_DAYS - The aggregated job count for prior 14 days.

Accessible with the following methods

Method Description
GET_AGGREGATIONPERIOD() Getter for AGGREGATIONPERIOD, with configurable default
ASK_AGGREGATIONPERIOD() Getter for AGGREGATIONPERIOD w/ exceptions if field has no v
HAS_AGGREGATIONPERIOD() Determine if AGGREGATIONPERIOD has a value

NextToken

The next item following a partial list of returned resources. For example, if a request is made to return MaxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value