/AWS1/CL_BUPLISTSCANJOBSUMSOUT¶
ListScanJobSummariesOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_scanjobsummaries TYPE /AWS1/CL_BUPSCANJOBSUMMARY=>TT_SCANJOBSUMMARYLIST TT_SCANJOBSUMMARYLIST¶
The summary information.
iv_aggregationperiod TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING¶
The period for the returned results.
ONE_DAYThe daily job count for the prior 1 day.
SEVEN_DAYSThe daily job count for the prior 7 days.
FOURTEEN_DAYSThe daily job count for the prior 14 days.Valid Values:
'ONE_DAY'|'SEVEN_DAYS'|'FOURTEEN_DAYS'
iv_nexttoken TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING¶
The next item following a partial list of returned items. For example, if a request is made to return
MaxResultsnumber of items,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.
Queryable Attributes¶
ScanJobSummaries¶
The summary information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANJOBSUMMARIES() |
Getter for SCANJOBSUMMARIES, with configurable default |
ASK_SCANJOBSUMMARIES() |
Getter for SCANJOBSUMMARIES w/ exceptions if field has no va |
HAS_SCANJOBSUMMARIES() |
Determine if SCANJOBSUMMARIES has a value |
AggregationPeriod¶
The period for the returned results.
ONE_DAYThe daily job count for the prior 1 day.
SEVEN_DAYSThe daily job count for the prior 7 days.
FOURTEEN_DAYSThe daily job count for the prior 14 days.Valid Values:
'ONE_DAY'|'SEVEN_DAYS'|'FOURTEEN_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 items. For example, if a request is made to return
MaxResultsnumber of items,NextTokenallows 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 |