/AWS1/CL_QQBLSTAPPLICATIONSRSP¶
ListApplicationsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/QQBNEXTTOKEN /AWS1/QQBNEXTTOKEN¶
If the response is truncated, Amazon Q Business returns this token. You can use this token in a subsequent request to retrieve the next set of applications.
it_applications TYPE /AWS1/CL_QQBAPPLICATION=>TT_APPLICATIONS TT_APPLICATIONS¶
An array of summary information on the configuration of one or more Amazon Q Business applications.
Queryable Attributes¶
nextToken¶
If the response is truncated, Amazon Q Business returns this token. You can use this token in a subsequent request to retrieve the next set of applications.
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 |
applications¶
An array of summary information on the configuration of one or more Amazon Q Business applications.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONS() |
Getter for APPLICATIONS, with configurable default |
ASK_APPLICATIONS() |
Getter for APPLICATIONS w/ exceptions if field has no value |
HAS_APPLICATIONS() |
Determine if APPLICATIONS has a value |