Class: Aws::Notifications::Types::ListManagedNotificationChildEventsResponse

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_child_eventsArray<Types::ManagedNotificationChildEventOverview>

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



1282
1283
1284
1285
1286
1287
# File 'lib/aws-sdk-notifications/types.rb', line 1282

class ListManagedNotificationChildEventsResponse < Struct.new(
  :next_token,
  :managed_notification_child_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)


1282
1283
1284
1285
1286
1287
# File 'lib/aws-sdk-notifications/types.rb', line 1282

class ListManagedNotificationChildEventsResponse < Struct.new(
  :next_token,
  :managed_notification_child_events)
  SENSITIVE = []
  include Aws::Structure
end