Module: Aws::Notifications::Client::_ListManagedNotificationEventsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListManagedNotificationEventsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #managed_notification_events ⇒ ::Array[Types::ManagedNotificationEventOverview]
- #next_token ⇒ ::String
Instance Method Details
#managed_notification_events ⇒ ::Array[Types::ManagedNotificationEventOverview]
408 |
# File 'sig/client.rbs', line 408
def managed_notification_events: () -> ::Array[Types::ManagedNotificationEventOverview]
|
#next_token ⇒ ::String
407 |
# File 'sig/client.rbs', line 407
def next_token: () -> ::String
|