Class: Aws::Connect::Types::ListNotificationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListNotificationsResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results.
-
#notification_summary_list ⇒ Array<Types::Notification>
A list of notification summaries.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results. If present, there are more results available.
21625 21626 21627 21628 21629 21630 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21625 class ListNotificationsResponse < Struct.new( :next_token, :notification_summary_list) SENSITIVE = [] include Aws::Structure end |
#notification_summary_list ⇒ Array<Types::Notification>
A list of notification summaries.
21625 21626 21627 21628 21629 21630 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21625 class ListNotificationsResponse < Struct.new( :next_token, :notification_summary_list) SENSITIVE = [] include Aws::Structure end |