Class: Aws::Connect::Types::ListAssociatedContactsResponse

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

#contact_summary_listArray<Types::AssociatedContactSummary>

List of the contact summary for all the contacts in contact tree associated with unique identifier.



14278
14279
14280
14281
14282
14283
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14278

class ListAssociatedContactsResponse < Struct.new(
  :contact_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


14278
14279
14280
14281
14282
14283
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14278

class ListAssociatedContactsResponse < Struct.new(
  :contact_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end