/AWS1/CL_BUPLISTBACKUPPLANSOUT¶
ListBackupPlansOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
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.
it_backupplanslist TYPE /AWS1/CL_BUPBACKUPPLANSLSTME00=>TT_BACKUPPLANSLIST TT_BACKUPPLANSLIST¶
Information about the backup plans.
Queryable Attributes¶
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 |
BackupPlansList¶
Information about the backup plans.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BACKUPPLANSLIST() |
Getter for BACKUPPLANSLIST, with configurable default |
ASK_BACKUPPLANSLIST() |
Getter for BACKUPPLANSLIST w/ exceptions if field has no val |
HAS_BACKUPPLANSLIST() |
Determine if BACKUPPLANSLIST has a value |