/AWS1/CL_APRLISTCONNSRESPONSE¶
ListConnectionsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_connectionsummarylist TYPE /AWS1/CL_APRCONNECTIONSUMMARY=>TT_CONNECTIONSUMMARYLIST TT_CONNECTIONSUMMARYLIST¶
A list of summary information records for connections. In a paginated request, the request returns up to
MaxResultsrecords for each call.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/APRNEXTTOKEN /AWS1/APRNEXTTOKEN¶
The token that you can pass in a subsequent request to get the next result page. Returned in a paginated request.
Queryable Attributes¶
ConnectionSummaryList¶
A list of summary information records for connections. In a paginated request, the request returns up to
MaxResultsrecords for each call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONSUMMARYLIST() |
Getter for CONNECTIONSUMMARYLIST, with configurable default |
ASK_CONNECTIONSUMMARYLIST() |
Getter for CONNECTIONSUMMARYLIST w/ exceptions if field has |
HAS_CONNECTIONSUMMARYLIST() |
Determine if CONNECTIONSUMMARYLIST has a value |
NextToken¶
The token that you can pass in a subsequent request to get the next result page. Returned in a paginated request.
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 |