Class: Aws::Notifications::Types::ListManagedNotificationChildEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ListManagedNotificationChildEventsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_notification_child_events ⇒ Array<Types::ManagedNotificationChildEventOverview>
A pagination token.
-
#next_token ⇒ String
A pagination token.
Instance Attribute Details
#managed_notification_child_events ⇒ Array<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_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.
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 |