/AWS1/CL_CWELISTCONNSRESPONSE¶
ListConnectionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_connections TYPE /AWS1/CL_CWECONNECTION=>TT_CONNECTIONRESPONSELIST TT_CONNECTIONRESPONSELIST¶
An array of connections objects that include details about the connections.
iv_nexttoken TYPE /AWS1/CWENEXTTOKEN /AWS1/CWENEXTTOKEN¶
A token you can use in a subsequent request to retrieve the next set of results.
Queryable Attributes¶
Connections¶
An array of connections objects that include details about the connections.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_CONNECTIONS() | Getter for CONNECTIONS, with configurable default | 
| ASK_CONNECTIONS() | Getter for CONNECTIONS w/ exceptions if field has no value | 
| HAS_CONNECTIONS() | Determine if CONNECTIONS has a value | 
NextToken¶
A token you can use in a subsequent request to retrieve the next set of results.
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 |