Class: Aws::Connect::Types::Evaluation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::Evaluation
- Defined in:
- gems/aws-sdk-connect/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.
8523 8524 8525 8526 8527 8528 8529 8530 8531 8532 8533 8534 8535 8536 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8523 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.
8523 8524 8525 8526 8527 8528 8529 8530 8531 8532 8533 8534 8535 8536 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8523 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.
8523 8524 8525 8526 8527 8528 8529 8530 8531 8532 8533 8534 8535 8536 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8523 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.
8523 8524 8525 8526 8527 8528 8529 8530 8531 8532 8533 8534 8535 8536 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8523 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.
8523 8524 8525 8526 8527 8528 8529 8530 8531 8532 8533 8534 8535 8536 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8523 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.
8523 8524 8525 8526 8527 8528 8529 8530 8531 8532 8533 8534 8535 8536 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8523 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.
8523 8524 8525 8526 8527 8528 8529 8530 8531 8532 8533 8534 8535 8536 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8523 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.
8523 8524 8525 8526 8527 8528 8529 8530 8531 8532 8533 8534 8535 8536 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8523 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.
8523 8524 8525 8526 8527 8528 8529 8530 8531 8532 8533 8534 8535 8536 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8523 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" }.
8523 8524 8525 8526 8527 8528 8529 8530 8531 8532 8533 8534 8535 8536 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8523 class Evaluation < Struct.new( :evaluation_id, :evaluation_arn, :metadata, :answers, :notes, :status, :scores, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |