Class: Aws::Connect::Types::EvaluationSearchSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationSearchSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Summary of evaluation obtained from the search operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ Time
The date and time when the evaluation was created, in UTC time.
-
#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
Title of the evaluation form.
-
#evaluation_form_version ⇒ Integer
A version of the evaluation form.
-
#evaluation_id ⇒ String
A unique identifier for the contact evaluation.
-
#evaluation_type ⇒ String
Type of the evaluation.
-
#last_modified_time ⇒ Time
The date and time when the evaluation was modified last time, in UTC time.
-
#metadata ⇒ Types::EvaluationSearchMetadata
Summary information about the evaluation search.
-
#status ⇒ String
The status of the evaluation.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#created_time ⇒ Time
The date and time when the evaluation was created, in UTC time.
13188 13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 |
# File 'lib/aws-sdk-connect/types.rb', line 13188 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :evaluation_form_title, :metadata, :status, :evaluation_type, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#evaluation_arn ⇒ String
The Amazon Resource Name (ARN) for the contact evaluation resource.
13188 13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 |
# File 'lib/aws-sdk-connect/types.rb', line 13188 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :evaluation_form_title, :metadata, :status, :evaluation_type, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_id ⇒ String
The unique identifier for the evaluation form.
13188 13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 |
# File 'lib/aws-sdk-connect/types.rb', line 13188 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :evaluation_form_title, :metadata, :status, :evaluation_type, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_title ⇒ String
Title of the evaluation form.
13188 13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 |
# File 'lib/aws-sdk-connect/types.rb', line 13188 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :evaluation_form_title, :metadata, :status, :evaluation_type, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_version ⇒ Integer
A version of the evaluation form.
13188 13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 |
# File 'lib/aws-sdk-connect/types.rb', line 13188 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :evaluation_form_title, :metadata, :status, :evaluation_type, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#evaluation_id ⇒ String
A unique identifier for the contact evaluation.
13188 13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 |
# File 'lib/aws-sdk-connect/types.rb', line 13188 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :evaluation_form_title, :metadata, :status, :evaluation_type, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#evaluation_type ⇒ String
Type of the evaluation.
13188 13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 |
# File 'lib/aws-sdk-connect/types.rb', line 13188 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :evaluation_form_title, :metadata, :status, :evaluation_type, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The date and time when the evaluation was modified last time, in UTC time.
13188 13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 |
# File 'lib/aws-sdk-connect/types.rb', line 13188 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :evaluation_form_title, :metadata, :status, :evaluation_type, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::EvaluationSearchMetadata
Summary information about the evaluation search.
13188 13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 |
# File 'lib/aws-sdk-connect/types.rb', line 13188 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :evaluation_form_title, :metadata, :status, :evaluation_type, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the evaluation.
13188 13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 |
# File 'lib/aws-sdk-connect/types.rb', line 13188 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :evaluation_form_title, :metadata, :status, :evaluation_type, :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” }.
13188 13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 |
# File 'lib/aws-sdk-connect/types.rb', line 13188 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :evaluation_form_title, :metadata, :status, :evaluation_type, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |