Class: Aws::Types::ListNotificationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListNotificationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#notification_summary_list ⇒ ::Array[Types::Notification]
Returns the value of attribute notification_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5199 5200 5201 |
# File 'sig/types.rbs', line 5199 def next_token @next_token end |
#notification_summary_list ⇒ ::Array[Types::Notification]
Returns the value of attribute notification_summary_list.
5200 5201 5202 |
# File 'sig/types.rbs', line 5200 def notification_summary_list @notification_summary_list end |