Class: Aws::Notifications::Types::ListNotificationEventsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-notifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

Returns:

  • (String)


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_eventsArray<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