Module: Aws::Notifications::Client::_ListManagedNotificationChildEventsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListManagedNotificationChildEventsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #managed_notification_child_events ⇒ ::Array[Types::ManagedNotificationChildEventOverview]
- #next_token ⇒ ::String
Instance Method Details
#managed_notification_child_events ⇒ ::Array[Types::ManagedNotificationChildEventOverview]
377 |
# File 'sig/client.rbs', line 377
def managed_notification_child_events: () -> ::Array[Types::ManagedNotificationChildEventOverview]
|
#next_token ⇒ ::String
376 |
# File 'sig/client.rbs', line 376
def next_token: () -> ::String
|