Class: Aws::Connect::Types::ListAssociatedContactsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListAssociatedContactsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_summary_list ⇒ Array<Types::AssociatedContactSummary>
List of the contact summary for all the contacts in contact tree associated with unique identifier.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#contact_summary_list ⇒ Array<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_token ⇒ String
If there are additional results, this is the token for the next set of results.
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 |