Class: Aws::Connect::Types::ListContactEvaluationsResponse

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

#evaluation_summary_listArray<Types::EvaluationSummary>

Provides details about a list of contact evaluations belonging to an instance.

Returns:



10599
10600
10601
10602
10603
10604
# File 'lib/aws-sdk-connect/types.rb', line 10599

class ListContactEvaluationsResponse < Struct.new(
  :evaluation_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.

This is always returned as null in the response.

Returns:

  • (String)


10599
10600
10601
10602
10603
10604
# File 'lib/aws-sdk-connect/types.rb', line 10599

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