Class: Aws::Connect::Types::Evaluation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::Evaluation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about a contact evaluation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #answers  ⇒ Hash<String,Types::EvaluationAnswerOutput> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map of question identifiers to answer value.
 - 
  
    
      #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_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the contact evaluation.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp for when the evaluation was last updated.
 - 
  
    
      #metadata  ⇒ Types::EvaluationMetadata 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Metadata about the contact evaluation.
 - 
  
    
      #notes  ⇒ Hash<String,Types::EvaluationNote> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map of question identifiers to note value.
 - 
  
    
      #scores  ⇒ Hash<String,Types::EvaluationScore> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map of item (section or question) identifiers to score value.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the contact evaluation.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags used to organize, track, or control access for this resource.
 
Instance Attribute Details
#answers ⇒ Hash<String,Types::EvaluationAnswerOutput>
A map of question identifiers to answer value.
      8539 8540 8541 8542 8543 8544 8545 8546 8547 8548 8549 8550 8551 8552  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8539 class Evaluation < Struct.new( :evaluation_id, :evaluation_arn, :metadata, :answers, :notes, :status, :scores, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#created_time ⇒ Time
The timestamp for when the evaluation was created.
      8539 8540 8541 8542 8543 8544 8545 8546 8547 8548 8549 8550 8551 8552  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8539 class Evaluation < Struct.new( :evaluation_id, :evaluation_arn, :metadata, :answers, :notes, :status, :scores, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_arn ⇒ String
The Amazon Resource Name (ARN) for the contact evaluation resource.
      8539 8540 8541 8542 8543 8544 8545 8546 8547 8548 8549 8550 8551 8552  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8539 class Evaluation < Struct.new( :evaluation_id, :evaluation_arn, :metadata, :answers, :notes, :status, :scores, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_id ⇒ String
A unique identifier for the contact evaluation.
      8539 8540 8541 8542 8543 8544 8545 8546 8547 8548 8549 8550 8551 8552  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8539 class Evaluation < Struct.new( :evaluation_id, :evaluation_arn, :metadata, :answers, :notes, :status, :scores, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The timestamp for when the evaluation was last updated.
      8539 8540 8541 8542 8543 8544 8545 8546 8547 8548 8549 8550 8551 8552  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8539 class Evaluation < Struct.new( :evaluation_id, :evaluation_arn, :metadata, :answers, :notes, :status, :scores, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#metadata ⇒ Types::EvaluationMetadata
Metadata about the contact evaluation.
      8539 8540 8541 8542 8543 8544 8545 8546 8547 8548 8549 8550 8551 8552  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8539 class Evaluation < Struct.new( :evaluation_id, :evaluation_arn, :metadata, :answers, :notes, :status, :scores, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#notes ⇒ Hash<String,Types::EvaluationNote>
A map of question identifiers to note value.
      8539 8540 8541 8542 8543 8544 8545 8546 8547 8548 8549 8550 8551 8552  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8539 class Evaluation < Struct.new( :evaluation_id, :evaluation_arn, :metadata, :answers, :notes, :status, :scores, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#scores ⇒ Hash<String,Types::EvaluationScore>
A map of item (section or question) identifiers to score value.
      8539 8540 8541 8542 8543 8544 8545 8546 8547 8548 8549 8550 8551 8552  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8539 class Evaluation < Struct.new( :evaluation_id, :evaluation_arn, :metadata, :answers, :notes, :status, :scores, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the contact evaluation.
      8539 8540 8541 8542 8543 8544 8545 8546 8547 8548 8549 8550 8551 8552  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8539 class Evaluation < Struct.new( :evaluation_id, :evaluation_arn, :metadata, :answers, :notes, :status, :scores, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, { “Tags”: “key2”:“value2” }.
      8539 8540 8541 8542 8543 8544 8545 8546 8547 8548 8549 8550 8551 8552  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8539 class Evaluation < Struct.new( :evaluation_id, :evaluation_arn, :metadata, :answers, :notes, :status, :scores, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end  |