Class: Aws::Connect::Types::EvaluationForm
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EvaluationForm
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about the evaluation form.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#description ⇒ String
The description of the evaluation form.
-
#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.
-
#evaluation_form_version ⇒ Integer
A version of the evaluation form.
-
#items ⇒ Array<Types::EvaluationFormItem>
Items that are part of the evaluation form.
-
#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.
-
#locked ⇒ Boolean
The flag indicating whether the evaluation form is locked for changes.
-
#scoring_strategy ⇒ Types::EvaluationFormScoringStrategy
A scoring strategy of the evaluation form.
-
#status ⇒ String
The status of the evaluation form.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
-
#title ⇒ String
A title of the evaluation form.
Instance Attribute Details
#created_by ⇒ String
The Amazon Resource Name (ARN) of the user who created the evaluation form.
8387 8388 8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8387 class EvaluationForm < Struct.new( :evaluation_form_id, :evaluation_form_version, :locked, :evaluation_form_arn, :title, :description, :status, :items, :scoring_strategy, :created_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The timestamp for when the evaluation form was created.
8387 8388 8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8387 class EvaluationForm < Struct.new( :evaluation_form_id, :evaluation_form_version, :locked, :evaluation_form_arn, :title, :description, :status, :items, :scoring_strategy, :created_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the evaluation form.
8387 8388 8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8387 class EvaluationForm < Struct.new( :evaluation_form_id, :evaluation_form_version, :locked, :evaluation_form_arn, :title, :description, :status, :items, :scoring_strategy, :created_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_arn ⇒ String
The Amazon Resource Name (ARN) for the evaluation form resource.
8387 8388 8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8387 class EvaluationForm < Struct.new( :evaluation_form_id, :evaluation_form_version, :locked, :evaluation_form_arn, :title, :description, :status, :items, :scoring_strategy, :created_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_id ⇒ String
The unique identifier for the evaluation form.
8387 8388 8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8387 class EvaluationForm < Struct.new( :evaluation_form_id, :evaluation_form_version, :locked, :evaluation_form_arn, :title, :description, :status, :items, :scoring_strategy, :created_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end |
#evaluation_form_version ⇒ Integer
A version of the evaluation form.
8387 8388 8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8387 class EvaluationForm < Struct.new( :evaluation_form_id, :evaluation_form_version, :locked, :evaluation_form_arn, :title, :description, :status, :items, :scoring_strategy, :created_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::EvaluationFormItem>
Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
8387 8388 8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8387 class EvaluationForm < Struct.new( :evaluation_form_id, :evaluation_form_version, :locked, :evaluation_form_arn, :title, :description, :status, :items, :scoring_strategy, :created_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modified_by ⇒ String
The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
8387 8388 8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8387 class EvaluationForm < Struct.new( :evaluation_form_id, :evaluation_form_version, :locked, :evaluation_form_arn, :title, :description, :status, :items, :scoring_strategy, :created_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp for when the evaluation form was last updated.
8387 8388 8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8387 class EvaluationForm < Struct.new( :evaluation_form_id, :evaluation_form_version, :locked, :evaluation_form_arn, :title, :description, :status, :items, :scoring_strategy, :created_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end |
#locked ⇒ Boolean
The flag indicating whether the evaluation form is locked for changes.
8387 8388 8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8387 class EvaluationForm < Struct.new( :evaluation_form_id, :evaluation_form_version, :locked, :evaluation_form_arn, :title, :description, :status, :items, :scoring_strategy, :created_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end |
#scoring_strategy ⇒ Types::EvaluationFormScoringStrategy
A scoring strategy of the evaluation form.
8387 8388 8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8387 class EvaluationForm < Struct.new( :evaluation_form_id, :evaluation_form_version, :locked, :evaluation_form_arn, :title, :description, :status, :items, :scoring_strategy, :created_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the evaluation form.
8387 8388 8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8387 class EvaluationForm < Struct.new( :evaluation_form_id, :evaluation_form_version, :locked, :evaluation_form_arn, :title, :description, :status, :items, :scoring_strategy, :created_time, :created_by, :last_modified_time, :last_modified_by, :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" }.
8387 8388 8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8387 class EvaluationForm < Struct.new( :evaluation_form_id, :evaluation_form_version, :locked, :evaluation_form_arn, :title, :description, :status, :items, :scoring_strategy, :created_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
A title of the evaluation form.
8387 8388 8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8387 class EvaluationForm < Struct.new( :evaluation_form_id, :evaluation_form_version, :locked, :evaluation_form_arn, :title, :description, :status, :items, :scoring_strategy, :created_time, :created_by, :last_modified_time, :last_modified_by, :tags) SENSITIVE = [] include Aws::Structure end |