Class: Aws::Notifications::Types::ListManagedNotificationEventsResponse

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

#managed_notification_eventsArray<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_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)


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