Skip to content

/AWS1/CL_QSTSRCHACTCNCTORSRSP

SearchActionConnectorsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_nexttoken TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00

A pagination token to retrieve the next set of results. If null, there are no more results to retrieve.

iv_requestid TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00

The Amazon Web Services request ID for this operation.

iv_status TYPE /AWS1/QSTSTATUSCODE /AWS1/QSTSTATUSCODE

The HTTP status code of the request.

it_actionconnectorsummaries TYPE /AWS1/CL_QSTACTIONCNCTORSUMM=>TT_ACTIONCONNECTORSUMMARYLIST TT_ACTIONCONNECTORSUMMARYLIST

A list of action connector summaries that match the search criteria.


Queryable Attributes

NextToken

A pagination token to retrieve the next set of results. If null, there are no more results to retrieve.

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

RequestId

The Amazon Web Services request ID for this operation.

Accessible with the following methods

Method Description
GET_REQUESTID() Getter for REQUESTID, with configurable default
ASK_REQUESTID() Getter for REQUESTID w/ exceptions if field has no value
HAS_REQUESTID() Determine if REQUESTID has a value

Status

The HTTP status code of the request.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS

ActionConnectorSummaries

A list of action connector summaries that match the search criteria.

Accessible with the following methods

Method Description
GET_ACTIONCONNECTORSUMMARIES() Getter for ACTIONCONNECTORSUMMARIES, with configurable defau
ASK_ACTIONCONNECTORSUMMARIES() Getter for ACTIONCONNECTORSUMMARIES w/ exceptions if field h
HAS_ACTIONCONNECTORSUMMARIES() Determine if ACTIONCONNECTORSUMMARIES has a value