Skip to content

/AWS1/CL_CHILISTAPPINSTBOTSRSP

ListAppInstanceBotsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_APPINSTANCEARN TYPE /AWS1/CHICHIMEARN /AWS1/CHICHIMEARN

The ARN of the AppInstance.

IT_APPINSTANCEBOTS TYPE /AWS1/CL_CHIAPPINSTBOTSUMMARY=>TT_APPINSTANCEBOTLIST TT_APPINSTANCEBOTLIST

The information for each requested AppInstanceBot.

IV_NEXTTOKEN TYPE /AWS1/CHINEXTTOKEN /AWS1/CHINEXTTOKEN

The token passed by previous API calls until all requested bots are returned.


Queryable Attributes

AppInstanceArn

The ARN of the AppInstance.

Accessible with the following methods

Method Description
GET_APPINSTANCEARN() Getter for APPINSTANCEARN, with configurable default
ASK_APPINSTANCEARN() Getter for APPINSTANCEARN w/ exceptions if field has no valu
HAS_APPINSTANCEARN() Determine if APPINSTANCEARN has a value

AppInstanceBots

The information for each requested AppInstanceBot.

Accessible with the following methods

Method Description
GET_APPINSTANCEBOTS() Getter for APPINSTANCEBOTS, with configurable default
ASK_APPINSTANCEBOTS() Getter for APPINSTANCEBOTS w/ exceptions if field has no val
HAS_APPINSTANCEBOTS() Determine if APPINSTANCEBOTS has a value

NextToken

The token passed by previous API calls until all requested bots are returned.

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