Class: Aws::Notifications::Types::ListManagedNotificationEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ListManagedNotificationEventsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_notification_events ⇒ Array<Types::ManagedNotificationEventOverview>
A list of Managed Notification Events matching the request criteria.
-
#next_token ⇒ String
A pagination token.
Instance Attribute Details
#managed_notification_events ⇒ Array<Types::ManagedNotificationEventOverview>
A list of Managed Notification Events matching the request criteria.
1399 1400 1401 1402 1403 1404 |
# File 'lib/aws-sdk-notifications/types.rb', line 1399 class ListManagedNotificationEventsResponse < Struct.new( :next_token, :managed_notification_events) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
1399 1400 1401 1402 1403 1404 |
# File 'lib/aws-sdk-notifications/types.rb', line 1399 class ListManagedNotificationEventsResponse < Struct.new( :next_token, :managed_notification_events) SENSITIVE = [] include Aws::Structure end |