/AWS1/CL_BUPLSTBACKUPVAULTSOUT¶
ListBackupVaultsOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_backupvaultlist
TYPE /AWS1/CL_BUPBACKUPVAULTLSTME00=>TT_BACKUPVAULTLIST
TT_BACKUPVAULTLIST
¶
An array of backup vault list members containing vault metadata, including Amazon Resource Name (ARN), display name, creation date, number of saved recovery points, and encryption information if the resources saved in the backup vault are encrypted.
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
MaxResults
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¶
BackupVaultList¶
An array of backup vault list members containing vault metadata, including Amazon Resource Name (ARN), display name, creation date, number of saved recovery points, and encryption information if the resources saved in the backup vault are encrypted.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BACKUPVAULTLIST() |
Getter for BACKUPVAULTLIST, with configurable default |
ASK_BACKUPVAULTLIST() |
Getter for BACKUPVAULTLIST w/ exceptions if field has no val |
HAS_BACKUPVAULTLIST() |
Determine if BACKUPVAULTLIST has a value |
NextToken¶
The next item following a partial list of returned items. For example, if a request is made to return
MaxResults
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 |