/AWS1/CL_ESSGETUPGRADEHISTOR01¶
Container for response returned by
GetUpgradeHistory
operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_upgradehistories TYPE /AWS1/CL_ESSUPGRADEHISTORY=>TT_UPGRADEHISTORYLIST TT_UPGRADEHISTORYLIST¶
A list of
UpgradeHistoryobjects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part ofGetUpgradeHistoryResponseobject.
iv_nexttoken TYPE /AWS1/ESSSTRING /AWS1/ESSSTRING¶
Pagination token that needs to be supplied to the next call to get the next page of results
Queryable Attributes¶
UpgradeHistories¶
A list of
UpgradeHistoryobjects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part ofGetUpgradeHistoryResponseobject.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPGRADEHISTORIES() |
Getter for UPGRADEHISTORIES, with configurable default |
ASK_UPGRADEHISTORIES() |
Getter for UPGRADEHISTORIES w/ exceptions if field has no va |
HAS_UPGRADEHISTORIES() |
Determine if UPGRADEHISTORIES has a value |
NextToken¶
Pagination token that needs to be supplied to the next call to get the next page of results
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 |