Skip to content

/AWS1/CL_QQBLISTINDICESRSP

ListIndicesResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_nexttoken TYPE /AWS1/QQBNEXTTOKEN /AWS1/QQBNEXTTOKEN

If the response is truncated, Amazon Q Business returns this token that you can use in the subsequent request to retrieve the next set of indexes.

it_indices TYPE /AWS1/CL_QQBINDEX=>TT_INDICES TT_INDICES

An array of information on the items in one or more indexes.


Queryable Attributes

nextToken

If the response is truncated, Amazon Q Business returns this token that you can use in the subsequent request to retrieve the next set of indexes.

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

indices

An array of information on the items in one or more indexes.

Accessible with the following methods

Method Description
GET_INDICES() Getter for INDICES, with configurable default
ASK_INDICES() Getter for INDICES w/ exceptions if field has no value
HAS_INDICES() Determine if INDICES has a value