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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



14095
14096
14097
14098
14099
14100
# File 'lib/aws-sdk-connect/types.rb', line 14095

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)


14095
14096
14097
14098
14099
14100
# File 'lib/aws-sdk-connect/types.rb', line 14095

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