Class: Aws::Types::ListUserNotificationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListUserNotificationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#user_notifications ⇒ ::Array[Types::UserNotificationSummary]
Returns the value of attribute user_notifications.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5550 5551 5552 |
# File 'sig/types.rbs', line 5550 def next_token @next_token end |
#user_notifications ⇒ ::Array[Types::UserNotificationSummary]
Returns the value of attribute user_notifications.
5549 5550 5551 |
# File 'sig/types.rbs', line 5549 def user_notifications @user_notifications end |