/AWS1/CL_PTTLISTCONNSRESPONSE¶
ListConnectionsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_connectionsummaries TYPE /AWS1/CL_PTTCONNECTIONSUMMARY=>TT_CONNECTIONSUMMARYLIST TT_CONNECTIONSUMMARYLIST¶
A list of connection summaries matching the specified criteria.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/PTTNEXTTOKEN /AWS1/PTTNEXTTOKEN¶
The token for retrieving the next page of results if more results are available.
Queryable Attributes¶
ConnectionSummaries¶
A list of connection summaries matching the specified criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONSUMMARIES() |
Getter for CONNECTIONSUMMARIES, with configurable default |
ASK_CONNECTIONSUMMARIES() |
Getter for CONNECTIONSUMMARIES w/ exceptions if field has no |
HAS_CONNECTIONSUMMARIES() |
Determine if CONNECTIONSUMMARIES has a value |
NextToken¶
The token for retrieving 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 |