/AWS1/CL_UNTLISTNOTIFHUBSRSP¶
ListNotificationHubsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_notificationhubs
TYPE /AWS1/CL_UNTNOTIFHUBOVERVIEW=>TT_NOTIFICATIONHUBS
TT_NOTIFICATIONHUBS
¶
The
NotificationHubs
in the account.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/UNTNEXTTOKEN
/AWS1/UNTNEXTTOKEN
¶
A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
Queryable Attributes¶
notificationHubs¶
The
NotificationHubs
in the account.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NOTIFICATIONHUBS() |
Getter for NOTIFICATIONHUBS, with configurable default |
ASK_NOTIFICATIONHUBS() |
Getter for NOTIFICATIONHUBS w/ exceptions if field has no va |
HAS_NOTIFICATIONHUBS() |
Determine if NOTIFICATIONHUBS has a value |
nextToken¶
A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
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 |