/AWS1/CL_RSSLSTTBLRESTORESTA01¶
ListTableRestoreStatusResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/RSSPAGINATIONTOKEN /AWS1/RSSPAGINATIONTOKEN¶
If your initial
ListTableRestoreStatusoperation returns anextToken, you can include the returnednextTokenin followingListTableRestoreStatusoperations. This will returns results on the next page.
it_tablerestorestatuses TYPE /AWS1/CL_RSSTABLERESTORESTATUS=>TT_TABLERESTORESTATUSLIST TT_TABLERESTORESTATUSLIST¶
The array of returned
TableRestoreStatusobjects.
Queryable Attributes¶
nextToken¶
If your initial
ListTableRestoreStatusoperation returns anextToken, you can include the returnednextTokenin followingListTableRestoreStatusoperations. This will returns results on the next page.
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 |
tableRestoreStatuses¶
The array of returned
TableRestoreStatusobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLERESTORESTATUSES() |
Getter for TABLERESTORESTATUSES, with configurable default |
ASK_TABLERESTORESTATUSES() |
Getter for TABLERESTORESTATUSES w/ exceptions if field has n |
HAS_TABLERESTORESTATUSES() |
Determine if TABLERESTORESTATUSES has a value |