Skip to content

/AWS1/CL_SHBLISTCNCTRESPONSE

ListConnectorsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_connectors TYPE /AWS1/CL_SHBCSPMCNCTUMMARY=>TT_CSPMCONNECTORSUMMARYLIST TT_CSPMCONNECTORSUMMARYLIST

An array of connector summaries.

Optional arguments:

iv_nexttoken TYPE /AWS1/SHBNEXTTOKEN /AWS1/SHBNEXTTOKEN

The pagination token to use to request the next page of results. If there are no additional results, this value is null.


Queryable Attributes

NextToken

The pagination token to use to request the next page of results. If there are no additional results, this value is null.

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

Connectors

An array of connector summaries.

Accessible with the following methods

Method Description
GET_CONNECTORS() Getter for CONNECTORS, with configurable default
ASK_CONNECTORS() Getter for CONNECTORS w/ exceptions if field has no value
HAS_CONNECTORS() Determine if CONNECTORS has a value