/AWS1/CL_CONLISTCONNSOUTPUT¶
ListConnectionsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_connections TYPE /AWS1/CL_CONCONNECTION=>TT_CONNECTIONLIST TT_CONNECTIONLIST¶
A list of connections and the details for each connection, such as status, owner, and provider type.
iv_nexttoken TYPE /AWS1/CONNEXTTOKEN /AWS1/CONNEXTTOKEN¶
A token that can be used in the next
ListConnectionscall. To view all items in the list, continue to call this operation with each subsequent token until no morenextTokenvalues are returned.
Queryable Attributes¶
Connections¶
A list of connections and the details for each connection, such as status, owner, and provider type.
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 that can be used in the next
ListConnectionscall. To view all items in the list, continue to call this operation with each subsequent token until no morenextTokenvalues 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 |