Skip to content

/AWS1/CL_QQBLISTPLUGINSRSP

ListPluginsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_nexttoken TYPE /AWS1/QQBNEXTTOKEN /AWS1/QQBNEXTTOKEN

If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of plugins.

it_plugins TYPE /AWS1/CL_QQBPLUGIN=>TT_PLUGINS TT_PLUGINS

Information about a configured plugin.


Queryable Attributes

nextToken

If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of plugins.

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

plugins

Information about a configured plugin.

Accessible with the following methods

Method Description
GET_PLUGINS() Getter for PLUGINS, with configurable default
ASK_PLUGINS() Getter for PLUGINS w/ exceptions if field has no value
HAS_PLUGINS() Determine if PLUGINS has a value