/AWS1/CL_QQBLISTDATASOURCESRSP¶
ListDataSourcesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_datasources TYPE /AWS1/CL_QQBDATASOURCE=>TT_DATASOURCES TT_DATASOURCES¶
An array of summary information for one or more data source connector.
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 data source connectors.
Queryable Attributes¶
dataSources¶
An array of summary information for one or more data source connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCES() |
Getter for DATASOURCES, with configurable default |
ASK_DATASOURCES() |
Getter for DATASOURCES w/ exceptions if field has no value |
HAS_DATASOURCES() |
Determine if DATASOURCES has a value |
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 data source connectors.
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 |