Class: Aws::Connect::Types::EvaluationSearchSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationSearchSummary
- Defined in:
- gems/aws-sdk-connect/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_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.
10807 10808 10809 10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 10820 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10807 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :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.
10807 10808 10809 10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 10820 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10807 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :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.
10807 10808 10809 10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 10820 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10807 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :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.
10807 10808 10809 10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 10820 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10807 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :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.
10807 10808 10809 10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 10820 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10807 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :metadata, :status, :evaluation_type, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#evaluation_type ⇒ String
Type of the evaluation.
10807 10808 10809 10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 10820 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10807 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :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.
10807 10808 10809 10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 10820 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10807 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :metadata, :status, :evaluation_type, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::EvaluationSearchMetadata
Summary information about the evaluation search.
10807 10808 10809 10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 10820 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10807 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :metadata, :status, :evaluation_type, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the evaluation.
10807 10808 10809 10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 10820 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10807 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :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" }.
10807 10808 10809 10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 10820 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10807 class EvaluationSearchSummary < Struct.new( :evaluation_id, :evaluation_arn, :evaluation_form_id, :evaluation_form_version, :metadata, :status, :evaluation_type, :created_time, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |