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.
7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 |
# File 'lib/aws-sdk-connect/types.rb', line 7281 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.
7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 |
# File 'lib/aws-sdk-connect/types.rb', line 7281 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.
7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 |
# File 'lib/aws-sdk-connect/types.rb', line 7281 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.
7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 |
# File 'lib/aws-sdk-connect/types.rb', line 7281 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.
7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 |
# File 'lib/aws-sdk-connect/types.rb', line 7281 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.
7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 |
# File 'lib/aws-sdk-connect/types.rb', line 7281 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.
7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 |
# File 'lib/aws-sdk-connect/types.rb', line 7281 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.
7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 |
# File 'lib/aws-sdk-connect/types.rb', line 7281 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.
7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 |
# File 'lib/aws-sdk-connect/types.rb', line 7281 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” }.
7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 |
# File 'lib/aws-sdk-connect/types.rb', line 7281 class Evaluation < Struct.new( :evaluation_id, :evaluation_arn, :metadata, :answers, :notes, :status, :scores, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |