Skip to content

/AWS1/CL_DZNLISTNOTIFSOUTPUT

ListNotificationsOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

it_notifications TYPE /AWS1/CL_DZNNOTIFICATIONOUTPUT=>TT_NOTIFICATIONSLIST TT_NOTIFICATIONSLIST

The results of the ListNotifications action.

iv_nexttoken TYPE /AWS1/DZNPAGINATIONTOKEN /AWS1/DZNPAGINATIONTOKEN

When the number of notifications is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of notifications, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListNotifications to list the next set of notifications.


Queryable Attributes

notifications

The results of the ListNotifications action.

Accessible with the following methods

Method Description
GET_NOTIFICATIONS() Getter for NOTIFICATIONS, with configurable default
ASK_NOTIFICATIONS() Getter for NOTIFICATIONS w/ exceptions if field has no value
HAS_NOTIFICATIONS() Determine if NOTIFICATIONS has a value

nextToken

When the number of notifications is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of notifications, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListNotifications to list the next set of notifications.

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