/AWS1/CL_BUPLSTBUPACCPTBYREC01¶
ListBackupAccessPointsByRecoveryPointResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_backupaccesspoints TYPE /AWS1/CL_BUPLISTACCESSPTSMEMB=>TT_BACKUPACCESSPOINTS TT_BACKUPACCESSPOINTS¶
A list of backup access points, each containing metadata such as its name, ARN, status, and associated recovery point.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BUPSTRING00 /AWS1/BUPSTRING00¶
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¶
BackupAccessPoints¶
A list of backup access points, each containing metadata such as its name, ARN, status, and associated recovery point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BACKUPACCESSPOINTS() |
Getter for BACKUPACCESSPOINTS, with configurable default |
ASK_BACKUPACCESSPOINTS() |
Getter for BACKUPACCESSPOINTS w/ exceptions if field has no |
HAS_BACKUPACCESSPOINTS() |
Determine if BACKUPACCESSPOINTS 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 |