Class: Aws::Connect::Types::ContactEvaluation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactEvaluation
- Includes:
- Structure
- Defined in:
- 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.
3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 |
# File 'lib/aws-sdk-connect/types.rb', line 3232 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.
3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 |
# File 'lib/aws-sdk-connect/types.rb', line 3232 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.
3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 |
# File 'lib/aws-sdk-connect/types.rb', line 3232 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.
3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 |
# File 'lib/aws-sdk-connect/types.rb', line 3232 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.
3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 |
# File 'lib/aws-sdk-connect/types.rb', line 3232 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.
3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 |
# File 'lib/aws-sdk-connect/types.rb', line 3232 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.
3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 |
# File 'lib/aws-sdk-connect/types.rb', line 3232 class ContactEvaluation < Struct.new( :form_id, :evaluation_arn, :status, :start_timestamp, :end_timestamp, :delete_timestamp, :export_location) SENSITIVE = [] include Aws::Structure end |