Class: Aws::Connect::Types::SearchNotificationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_total_countInteger

The approximate total number of notifications matching the search criteria.

Returns:

  • (Integer)


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_tokenString

The token for the next set of results. If present, there are more results available.

Returns:

  • (String)


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

#notificationsArray<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