Class: Aws::Connect::Types::ListContactEvaluationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListContactEvaluationsResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluation_summary_list ⇒ Array<Types::EvaluationSummary>
Provides details about a list of contact evaluations belonging to an instance.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#evaluation_summary_list ⇒ Array<Types::EvaluationSummary>
Provides details about a list of contact evaluations belonging to an instance.
14081 14082 14083 14084 14085 14086 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14081 class ListContactEvaluationsResponse < Struct.new( :evaluation_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.
This is always returned as null in the response.
14081 14082 14083 14084 14085 14086 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14081 class ListContactEvaluationsResponse < Struct.new( :evaluation_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |