Class: Aws::Types::EvaluationFormSearchSummary
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormSearchSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_version ⇒ ::Integer
Returns the value of attribute active_version.
-
#ai_version ⇒ ::String
Returns the value of attribute ai_version.
-
#auto_evaluation_enabled ⇒ Boolean
Returns the value of attribute auto_evaluation_enabled.
-
#contact_interaction_type ⇒ "AGENT", ...
Returns the value of attribute contact_interaction_type.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#evaluation_form_arn ⇒ ::String
Returns the value of attribute evaluation_form_arn.
-
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
-
#evaluation_form_language ⇒ "de-DE", ...
Returns the value of attribute evaluation_form_language.
-
#last_activated_by ⇒ ::String
Returns the value of attribute last_activated_by.
-
#last_activated_time ⇒ ::Time
Returns the value of attribute last_activated_time.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#latest_version ⇒ ::Integer
Returns the value of attribute latest_version.
-
#status ⇒ "DRAFT", "ACTIVE"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#active_version ⇒ ::Integer
Returns the value of attribute active_version.
3697 3698 3699 |
# File 'sig/types.rbs', line 3697 def active_version @active_version end |
#ai_version ⇒ ::String
Returns the value of attribute ai_version.
3702 3703 3704 |
# File 'sig/types.rbs', line 3702 def ai_version @ai_version end |
#auto_evaluation_enabled ⇒ Boolean
Returns the value of attribute auto_evaluation_enabled.
3698 3699 3700 |
# File 'sig/types.rbs', line 3698 def auto_evaluation_enabled @auto_evaluation_enabled end |
#contact_interaction_type ⇒ "AGENT", ...
Returns the value of attribute contact_interaction_type.
3700 3701 3702 |
# File 'sig/types.rbs', line 3700 def contact_interaction_type @contact_interaction_type end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3691 3692 3693 |
# File 'sig/types.rbs', line 3691 def created_by @created_by end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3690 3691 3692 |
# File 'sig/types.rbs', line 3690 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
3689 3690 3691 |
# File 'sig/types.rbs', line 3689 def description @description end |
#evaluation_form_arn ⇒ ::String
Returns the value of attribute evaluation_form_arn.
3686 3687 3688 |
# File 'sig/types.rbs', line 3686 def evaluation_form_arn @evaluation_form_arn end |
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
3685 3686 3687 |
# File 'sig/types.rbs', line 3685 def evaluation_form_id @evaluation_form_id end |
#evaluation_form_language ⇒ "de-DE", ...
Returns the value of attribute evaluation_form_language.
3699 3700 3701 |
# File 'sig/types.rbs', line 3699 def evaluation_form_language @evaluation_form_language end |
#last_activated_by ⇒ ::String
Returns the value of attribute last_activated_by.
3695 3696 3697 |
# File 'sig/types.rbs', line 3695 def last_activated_by @last_activated_by end |
#last_activated_time ⇒ ::Time
Returns the value of attribute last_activated_time.
3694 3695 3696 |
# File 'sig/types.rbs', line 3694 def last_activated_time @last_activated_time end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
3693 3694 3695 |
# File 'sig/types.rbs', line 3693 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3692 3693 3694 |
# File 'sig/types.rbs', line 3692 def last_modified_time @last_modified_time end |
#latest_version ⇒ ::Integer
Returns the value of attribute latest_version.
3696 3697 3698 |
# File 'sig/types.rbs', line 3696 def latest_version @latest_version end |
#status ⇒ "DRAFT", "ACTIVE"
Returns the value of attribute status.
3688 3689 3690 |
# File 'sig/types.rbs', line 3688 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3701 3702 3703 |
# File 'sig/types.rbs', line 3701 def @tags end |
#title ⇒ ::String
Returns the value of attribute title.
3687 3688 3689 |
# File 'sig/types.rbs', line 3687 def title @title end |