/AWS1/CL_SARLSTAPPLICATIONVR01¶
ListApplicationVersionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SAR__STRING /AWS1/SAR__STRING¶
The token to request the next page of results.
it_versions TYPE /AWS1/CL_SARVERSIONSUMMARY=>TT___LISTOFVERSIONSUMMARY TT___LISTOFVERSIONSUMMARY¶
An array of version summaries for the application.
Queryable Attributes¶
NextToken¶
The token to request 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 |
Versions¶
An array of version summaries for the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONS() |
Getter for VERSIONS, with configurable default |
ASK_VERSIONS() |
Getter for VERSIONS w/ exceptions if field has no value |
HAS_VERSIONS() |
Determine if VERSIONS has a value |