Skip to content

/AWS1/CL_BUPLISTCOPYJOBSUMSOUT

ListCopyJobSummariesOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

it_copyjobsummaries TYPE /AWS1/CL_BUPCOPYJOBSUMMARY=>TT_COPYJOBSUMMARYLIST TT_COPYJOBSUMMARYLIST

This return shows 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

CopyJobSummaries

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

Accessible with the following methods

Method Description
GET_COPYJOBSUMMARIES() Getter for COPYJOBSUMMARIES, with configurable default
ASK_COPYJOBSUMMARIES() Getter for COPYJOBSUMMARIES w/ exceptions if field has no va
HAS_COPYJOBSUMMARIES() Determine if COPYJOBSUMMARIES 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