Class: Aws::Connect::Types::SearchContactsResponse

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

#contactsArray<Types::ContactSearchSummary>

Information about the contacts.

Returns:



16182
16183
16184
16185
16186
16187
16188
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16182

class SearchContactsResponse < Struct.new(
  :contacts,
  :next_token,
  :total_count)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


16182
16183
16184
16185
16186
16187
16188
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16182

class SearchContactsResponse < Struct.new(
  :contacts,
  :next_token,
  :total_count)
  SENSITIVE = []
  include Aws::Structure
end

#total_countInteger

The total number of contacts which matched your search query.

Returns:

  • (Integer)


16182
16183
16184
16185
16186
16187
16188
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16182

class SearchContactsResponse < Struct.new(
  :contacts,
  :next_token,
  :total_count)
  SENSITIVE = []
  include Aws::Structure
end