/AWS1/CL_BUPLISTIDXEDRECPTSOUT¶
ListIndexedRecoveryPointsOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_indexedrecoverypoints
TYPE /AWS1/CL_BUPINDEXEDRECPOINT=>TT_INDEXEDRECOVERYPOINTLIST
TT_INDEXEDRECOVERYPOINTLIST
¶
This is a list of recovery points that have an associated index, belonging to the specified account.
iv_nexttoken
TYPE /AWS1/BUPSTRING
/AWS1/BUPSTRING
¶
The next item following a partial list of returned recovery points.
For example, if a request is made to return
MaxResults
number of indexed recovery points,NextToken
allows you to return more items in your list starting at the location pointed to by the next token.
Queryable Attributes¶
IndexedRecoveryPoints¶
This is a list of recovery points that have an associated index, belonging to the specified account.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INDEXEDRECOVERYPOINTS() |
Getter for INDEXEDRECOVERYPOINTS, with configurable default |
ASK_INDEXEDRECOVERYPOINTS() |
Getter for INDEXEDRECOVERYPOINTS w/ exceptions if field has |
HAS_INDEXEDRECOVERYPOINTS() |
Determine if INDEXEDRECOVERYPOINTS has a value |
NextToken¶
The next item following a partial list of returned recovery points.
For example, if a request is made to return
MaxResults
number of indexed recovery points,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 |