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.
7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 |
# File 'lib/aws-sdk-connect/types.rb', line 7162 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.
7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 |
# File 'lib/aws-sdk-connect/types.rb', line 7162 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.
7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 |
# File 'lib/aws-sdk-connect/types.rb', line 7162 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.
7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 |
# File 'lib/aws-sdk-connect/types.rb', line 7162 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.
7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 |
# File 'lib/aws-sdk-connect/types.rb', line 7162 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.
7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 |
# File 'lib/aws-sdk-connect/types.rb', line 7162 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.
7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 |
# File 'lib/aws-sdk-connect/types.rb', line 7162 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.
7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 |
# File 'lib/aws-sdk-connect/types.rb', line 7162 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.
7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 |
# File 'lib/aws-sdk-connect/types.rb', line 7162 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”: {“key1”:“value1”, “key2”:“value2”\} \}.
7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 |
# File 'lib/aws-sdk-connect/types.rb', line 7162 class Evaluation < Struct.new( :evaluation_id, :evaluation_arn, :metadata, :answers, :notes, :status, :scores, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |