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.
2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2988 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.
2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2988 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.
2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2988 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.
2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2988 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.
2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2988 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.
2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2988 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.
2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2988 class ContactEvaluation < Struct.new( :form_id, :evaluation_arn, :status, :start_timestamp, :end_timestamp, :delete_timestamp, :export_location) SENSITIVE = [] include Aws::Structure end |