Class: Aws::Connect::Types::SearchNotificationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchNotificationsResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ Integer
The approximate total number of notifications matching the search criteria.
-
#next_token ⇒ String
The token for the next set of results.
-
#notifications ⇒ Array<Types::NotificationSearchSummary>
A list of notifications matching the search criteria.
Instance Attribute Details
#approximate_total_count ⇒ Integer
The approximate total number of notifications matching the search criteria.
29111 29112 29113 29114 29115 29116 29117 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 29111 class SearchNotificationsResponse < Struct.new( :notifications, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. If present, there are more results available.
29111 29112 29113 29114 29115 29116 29117 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 29111 class SearchNotificationsResponse < Struct.new( :notifications, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#notifications ⇒ Array<Types::NotificationSearchSummary>
A list of notifications matching the search criteria.
29111 29112 29113 29114 29115 29116 29117 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 29111 class SearchNotificationsResponse < Struct.new( :notifications, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |