Class: Aws::Connect::Types::ListContactReferencesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListContactReferencesResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#reference_summary_list ⇒ Array<Types::ReferenceSummary>
Information about the contact flows.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
This is always returned as null in the response.
6155 6156 6157 6158 6159 6160 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6155 class ListContactReferencesResponse < Struct.new( :reference_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#reference_summary_list ⇒ Array<Types::ReferenceSummary>
Information about the contact flows.
6155 6156 6157 6158 6159 6160 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6155 class ListContactReferencesResponse < Struct.new( :reference_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |