/AWS1/CL_SAGLISTPVTCONNSOUTPUT¶
ListPrivateConnectionsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_privateconnections TYPE /AWS1/CL_SAGPRIVATECONNSUMMARY=>TT_PRIVATECONNECTIONLIST TT_PRIVATECONNECTIONLIST¶
The list of private connections.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SAGNEXTTOKEN /AWS1/SAGNEXTTOKEN¶
The token to use to retrieve the next page of results, if more results are available.
Queryable Attributes¶
privateConnections¶
The list of private connections.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIVATECONNECTIONS() |
Getter for PRIVATECONNECTIONS, with configurable default |
ASK_PRIVATECONNECTIONS() |
Getter for PRIVATECONNECTIONS w/ exceptions if field has no |
HAS_PRIVATECONNECTIONS() |
Determine if PRIVATECONNECTIONS has a value |
nextToken¶
The token to use to retrieve the next page of results, if more results are available.
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 |