Class: Aws::Connect::Types::EvaluationFormSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationFormSummary
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Summary information about an evaluation form.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_version ⇒ Integer
The version of the active evaluation form version.
-
#created_by ⇒ String
The Amazon Resource Name (ARN) of the user who created the evaluation form.
-
#created_time ⇒ Time
The timestamp for when the evaluation form was created.
-
#evaluation_form_arn ⇒ String
The Amazon Resource Name (ARN) for the evaluation form resource.
-
#evaluation_form_id ⇒ String
The unique identifier for the evaluation form.
-
#last_activated_by ⇒ String
The Amazon Resource Name (ARN) of the user who last activated the evaluation form.
-
#last_activated_time ⇒ Time
The timestamp for when the evaluation form was last activated.
-
#last_modified_by ⇒ String
The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
-
#last_modified_time ⇒ Time
The timestamp for when the evaluation form was last updated.
-
#latest_version ⇒ Integer
The version number of the latest evaluation form version.
-
#title ⇒ String
A title of the evaluation form.
Instance Attribute Details
#active_version ⇒ Integer
The version of the active evaluation form version.
8853 8854 8855 8856 8857 8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8853 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The Amazon Resource Name (ARN) of the user who created the evaluation form.
8853 8854 8855 8856 8857 8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8853 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The timestamp for when the evaluation form was created.
8853 8854 8855 8856 8857 8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8853 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_arn ⇒ String
The Amazon Resource Name (ARN) for the evaluation form resource.
8853 8854 8855 8856 8857 8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8853 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_id ⇒ String
The unique identifier for the evaluation form.
8853 8854 8855 8856 8857 8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8853 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end |
#last_activated_by ⇒ String
The Amazon Resource Name (ARN) of the user who last activated the evaluation form.
8853 8854 8855 8856 8857 8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8853 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end |
#last_activated_time ⇒ Time
The timestamp for when the evaluation form was last activated.
8853 8854 8855 8856 8857 8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8853 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end |
#last_modified_by ⇒ String
The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
8853 8854 8855 8856 8857 8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8853 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp for when the evaluation form was last updated.
8853 8854 8855 8856 8857 8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8853 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end |
#latest_version ⇒ Integer
The version number of the latest evaluation form version.
8853 8854 8855 8856 8857 8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8853 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
A title of the evaluation form.
8853 8854 8855 8856 8857 8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8853 class EvaluationFormSummary < Struct.new( :evaluation_form_id, :evaluation_form_arn, :title, :created_time, :created_by, :last_modified_time, :last_modified_by, :last_activated_time, :last_activated_by, :latest_version, :active_version) SENSITIVE = [] include Aws::Structure end |