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.
28876 28877 28878 28879 28880 28881 28882 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 28876 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.
28876 28877 28878 28879 28880 28881 28882 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 28876 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.
28876 28877 28878 28879 28880 28881 28882 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 28876 class SearchNotificationsResponse < Struct.new( :notifications, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |