/AWS1/CL_IOPLISTSUBSCRRESPONSE¶
ListSubscriptionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_subscriptions TYPE /AWS1/CL_IOPSUBSCRUMMARY=>TT_SUBSCRIPTIONLIST TT_SUBSCRIPTIONLIST¶
A list of topic filters and their associated Quality of Service (QoS) levels that the client is subscribed to.
iv_nexttoken TYPE /AWS1/IOPNEXTTOKEN /AWS1/IOPNEXTTOKEN¶
The token to use to get the next set of results, or null if there are no additional results.
Queryable Attributes¶
subscriptions¶
A list of topic filters and their associated Quality of Service (QoS) levels that the client is subscribed to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBSCRIPTIONS() |
Getter for SUBSCRIPTIONS, with configurable default |
ASK_SUBSCRIPTIONS() |
Getter for SUBSCRIPTIONS w/ exceptions if field has no value |
HAS_SUBSCRIPTIONS() |
Determine if SUBSCRIPTIONS has a value |
nextToken¶
The token to use to get the next set of results, or null if there are no additional 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 |