Class: Aws::Notifications::Types::ListNotificationEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ListNotificationEventsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token.
-
#notification_events ⇒ Array<Types::NotificationEventOverview>
The list of notification events.
Instance Attribute Details
#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.
1633 1634 1635 1636 1637 1638 |
# File 'lib/aws-sdk-notifications/types.rb', line 1633 class ListNotificationEventsResponse < Struct.new( :next_token, :notification_events) SENSITIVE = [] include Aws::Structure end |
#notification_events ⇒ Array<Types::NotificationEventOverview>
The list of notification events.
1633 1634 1635 1636 1637 1638 |
# File 'lib/aws-sdk-notifications/types.rb', line 1633 class ListNotificationEventsResponse < Struct.new( :next_token, :notification_events) SENSITIVE = [] include Aws::Structure end |