Class: Aws::Connect::Types::ListContactReferencesResponse

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

#next_tokenString

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

This is always returned as null in the response.



15382
15383
15384
15385
15386
15387
# File 'lib/aws-sdk-connect/types.rb', line 15382

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

#reference_summary_listArray<Types::ReferenceSummary>

Information about the flows.



15382
15383
15384
15385
15386
15387
# File 'lib/aws-sdk-connect/types.rb', line 15382

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