/AWS1/CL_BDOLSTCONFBNDLVRSNRSP¶
ListConfigurationBundleVersionsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_versions TYPE /AWS1/CL_BDOCONFBNDLVRSNUMMARY=>TT_CONFBUNDLEVRSNUMMARYLIST TT_CONFBUNDLEVRSNUMMARYLIST¶
The list of configuration bundle version summaries.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING¶
If the total number of results is greater than the
maxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.
Queryable Attributes¶
versions¶
The list of configuration bundle version summaries.
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 |
nextToken¶
If the total number of results is greater than the
maxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch 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 |