/AWS1/CL_BUPLSTBACKUPJOBSUMOUT¶
ListBackupJobSummariesOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_backupjobsummaries
TYPE /AWS1/CL_BUPBACKUPJOBSUMMARY=>TT_BACKUPJOBSUMMARYLIST
TT_BACKUPJOBSUMMARYLIST
¶
The summary information.
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¶
BackupJobSummaries¶
The summary information.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BACKUPJOBSUMMARIES() |
Getter for BACKUPJOBSUMMARIES, with configurable default |
ASK_BACKUPJOBSUMMARIES() |
Getter for BACKUPJOBSUMMARIES w/ exceptions if field has no |
HAS_BACKUPJOBSUMMARIES() |
Determine if BACKUPJOBSUMMARIES 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 |