Class: Aws::Connect::Types::EvaluationSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::EvaluationSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Summary information about a contact evaluation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp for when the evaluation was created.
 - 
  
    
      #evaluation_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the contact evaluation resource.
 - 
  
    
      #evaluation_form_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the evaluation form.
 - 
  
    
      #evaluation_form_title  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A title of the evaluation form.
 - 
  
    
      #evaluation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the contact evaluation.
 - 
  
    
      #evaluator_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp for when the evaluation was last updated.
 - 
  
    
      #score  ⇒ Types::EvaluationScore 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The overall score of the contact evaluation.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the contact evaluation.
 
Instance Attribute Details
#created_time ⇒ Time
The timestamp for when the evaluation was created.
      9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9348 class EvaluationSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_title, :evaluation_form_id, :status, :evaluator_arn, :score, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_arn ⇒ String
The Amazon Resource Name (ARN) for the contact evaluation resource.
      9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9348 class EvaluationSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_title, :evaluation_form_id, :status, :evaluator_arn, :score, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_form_id ⇒ String
The unique identifier for the evaluation form.
      9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9348 class EvaluationSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_title, :evaluation_form_id, :status, :evaluator_arn, :score, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_form_title ⇒ String
A title of the evaluation form.
      9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9348 class EvaluationSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_title, :evaluation_form_id, :status, :evaluator_arn, :score, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_id ⇒ String
A unique identifier for the contact evaluation.
      9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9348 class EvaluationSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_title, :evaluation_form_id, :status, :evaluator_arn, :score, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluator_arn ⇒ String
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
      9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9348 class EvaluationSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_title, :evaluation_form_id, :status, :evaluator_arn, :score, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The timestamp for when the evaluation was last updated.
      9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9348 class EvaluationSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_title, :evaluation_form_id, :status, :evaluator_arn, :score, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#score ⇒ Types::EvaluationScore
The overall score of the contact evaluation.
      9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9348 class EvaluationSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_title, :evaluation_form_id, :status, :evaluator_arn, :score, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the contact evaluation.
      9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 9360  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9348 class EvaluationSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_title, :evaluation_form_id, :status, :evaluator_arn, :score, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  |