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)


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_tokenString

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

Returns:

  • (String)


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

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