Class: Aws::Connect::Types::ContactEvaluation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactEvaluation
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about the contact evaluations where the key is the FormId, which is a unique identifier for the form.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delete_timestamp ⇒ Time
The date and time when the evaluation was deleted, in UTC time.
-
#end_timestamp ⇒ Time
The date and time when the evaluation was submitted, in UTC time.
-
#evaluation_arn ⇒ String
The Amazon Resource Name for the evaluation form.
-
#export_location ⇒ String
The path where evaluation was exported.
-
#form_id ⇒ String
The
FormId
of the contact evaluation. -
#start_timestamp ⇒ Time
The date and time when the evaluation was started, in UTC time.
-
#status ⇒ String
The status of the evaluation.
Instance Attribute Details
#delete_timestamp ⇒ Time
The date and time when the evaluation was deleted, in UTC time.
3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3007 class ContactEvaluation < Struct.new( :form_id, :evaluation_arn, :status, :start_timestamp, :end_timestamp, :delete_timestamp, :export_location) SENSITIVE = [] include Aws::Structure end |
#end_timestamp ⇒ Time
The date and time when the evaluation was submitted, in UTC time.
3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3007 class ContactEvaluation < Struct.new( :form_id, :evaluation_arn, :status, :start_timestamp, :end_timestamp, :delete_timestamp, :export_location) SENSITIVE = [] include Aws::Structure end |
#evaluation_arn ⇒ String
The Amazon Resource Name for the evaluation form. It is always present.
3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3007 class ContactEvaluation < Struct.new( :form_id, :evaluation_arn, :status, :start_timestamp, :end_timestamp, :delete_timestamp, :export_location) SENSITIVE = [] include Aws::Structure end |
#export_location ⇒ String
The path where evaluation was exported.
3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3007 class ContactEvaluation < Struct.new( :form_id, :evaluation_arn, :status, :start_timestamp, :end_timestamp, :delete_timestamp, :export_location) SENSITIVE = [] include Aws::Structure end |
#form_id ⇒ String
The FormId
of the contact evaluation.
3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3007 class ContactEvaluation < Struct.new( :form_id, :evaluation_arn, :status, :start_timestamp, :end_timestamp, :delete_timestamp, :export_location) SENSITIVE = [] include Aws::Structure end |
#start_timestamp ⇒ Time
The date and time when the evaluation was started, in UTC time.
3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3007 class ContactEvaluation < Struct.new( :form_id, :evaluation_arn, :status, :start_timestamp, :end_timestamp, :delete_timestamp, :export_location) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the evaluation.
3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3007 class ContactEvaluation < Struct.new( :form_id, :evaluation_arn, :status, :start_timestamp, :end_timestamp, :delete_timestamp, :export_location) SENSITIVE = [] include Aws::Structure end |