/AWS1/CL_BUPLISTBACKUPJOBSOUT¶
ListBackupJobsOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_backupjobs
TYPE /AWS1/CL_BUPBACKUPJOB=>TT_BACKUPJOBSLIST
TT_BACKUPJOBSLIST
¶
An array of structures containing metadata about your backup jobs returned in JSON format.
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 returnMaxResults
number of items,NextToken
allows you to return more items in your list starting at the location pointed to by the next token.
Queryable Attributes¶
BackupJobs¶
An array of structures containing metadata about your backup jobs returned in JSON format.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BACKUPJOBS() |
Getter for BACKUPJOBS, with configurable default |
ASK_BACKUPJOBS() |
Getter for BACKUPJOBS w/ exceptions if field has no value |
HAS_BACKUPJOBS() |
Determine if BACKUPJOBS has a value |
NextToken¶
The next item following a partial list of returned items. For example, if a request is
made to returnMaxResults
number of items,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 |