Class: Aws::Types::EvaluationSearchMetadata
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationSearchMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acknowledged_by ⇒ ::String
Returns the value of attribute acknowledged_by.
-
#acknowledged_time ⇒ ::Time
Returns the value of attribute acknowledged_time.
-
#acknowledger_comment ⇒ ::String
Returns the value of attribute acknowledger_comment.
-
#auto_evaluation_enabled ⇒ Boolean
Returns the value of attribute auto_evaluation_enabled.
-
#auto_evaluation_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute auto_evaluation_status.
-
#calibration_session_id ⇒ ::String
Returns the value of attribute calibration_session_id.
-
#contact_agent_id ⇒ ::String
Returns the value of attribute contact_agent_id.
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#contact_participant_id ⇒ ::String
Returns the value of attribute contact_participant_id.
-
#contact_participant_role ⇒ "AGENT", ...
Returns the value of attribute contact_participant_role.
-
#earned_points ⇒ ::Integer
Returns the value of attribute earned_points.
-
#evaluator_arn ⇒ ::String
Returns the value of attribute evaluator_arn.
-
#max_base_point ⇒ ::Integer
Returns the value of attribute max_base_point.
-
#performance_category ⇒ "NEEDS_IMPROVEMENT", "EXCEEDS_EXPECTATIONS"
Returns the value of attribute performance_category.
-
#review_id ⇒ ::String
Returns the value of attribute review_id.
-
#sampling_job_id ⇒ ::String
Returns the value of attribute sampling_job_id.
-
#score_automatic_fail ⇒ Boolean
Returns the value of attribute score_automatic_fail.
-
#score_not_applicable ⇒ Boolean
Returns the value of attribute score_not_applicable.
-
#score_percentage ⇒ ::Float
Returns the value of attribute score_percentage.
Instance Attribute Details
#acknowledged_by ⇒ ::String
Returns the value of attribute acknowledged_by.
3791 3792 3793 |
# File 'sig/types.rbs', line 3791 def acknowledged_by @acknowledged_by end |
#acknowledged_time ⇒ ::Time
Returns the value of attribute acknowledged_time.
3790 3791 3792 |
# File 'sig/types.rbs', line 3790 def acknowledged_time @acknowledged_time end |
#acknowledger_comment ⇒ ::String
Returns the value of attribute acknowledger_comment.
3792 3793 3794 |
# File 'sig/types.rbs', line 3792 def acknowledger_comment @acknowledger_comment end |
#auto_evaluation_enabled ⇒ Boolean
Returns the value of attribute auto_evaluation_enabled.
3788 3789 3790 |
# File 'sig/types.rbs', line 3788 def auto_evaluation_enabled @auto_evaluation_enabled end |
#auto_evaluation_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute auto_evaluation_status.
3789 3790 3791 |
# File 'sig/types.rbs', line 3789 def auto_evaluation_status @auto_evaluation_status end |
#calibration_session_id ⇒ ::String
Returns the value of attribute calibration_session_id.
3784 3785 3786 |
# File 'sig/types.rbs', line 3784 def calibration_session_id @calibration_session_id end |
#contact_agent_id ⇒ ::String
Returns the value of attribute contact_agent_id.
3783 3784 3785 |
# File 'sig/types.rbs', line 3783 def contact_agent_id @contact_agent_id end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
3781 3782 3783 |
# File 'sig/types.rbs', line 3781 def contact_id @contact_id end |
#contact_participant_id ⇒ ::String
Returns the value of attribute contact_participant_id.
3796 3797 3798 |
# File 'sig/types.rbs', line 3796 def contact_participant_id @contact_participant_id end |
#contact_participant_role ⇒ "AGENT", ...
Returns the value of attribute contact_participant_role.
3795 3796 3797 |
# File 'sig/types.rbs', line 3795 def contact_participant_role @contact_participant_role end |
#earned_points ⇒ ::Integer
Returns the value of attribute earned_points.
3797 3798 3799 |
# File 'sig/types.rbs', line 3797 def earned_points @earned_points end |
#evaluator_arn ⇒ ::String
Returns the value of attribute evaluator_arn.
3782 3783 3784 |
# File 'sig/types.rbs', line 3782 def evaluator_arn @evaluator_arn end |
#max_base_point ⇒ ::Integer
Returns the value of attribute max_base_point.
3798 3799 3800 |
# File 'sig/types.rbs', line 3798 def max_base_point @max_base_point end |
#performance_category ⇒ "NEEDS_IMPROVEMENT", "EXCEEDS_EXPECTATIONS"
Returns the value of attribute performance_category.
3799 3800 3801 |
# File 'sig/types.rbs', line 3799 def performance_category @performance_category end |
#review_id ⇒ ::String
Returns the value of attribute review_id.
3794 3795 3796 |
# File 'sig/types.rbs', line 3794 def review_id @review_id end |
#sampling_job_id ⇒ ::String
Returns the value of attribute sampling_job_id.
3793 3794 3795 |
# File 'sig/types.rbs', line 3793 def sampling_job_id @sampling_job_id end |
#score_automatic_fail ⇒ Boolean
Returns the value of attribute score_automatic_fail.
3786 3787 3788 |
# File 'sig/types.rbs', line 3786 def score_automatic_fail @score_automatic_fail end |
#score_not_applicable ⇒ Boolean
Returns the value of attribute score_not_applicable.
3787 3788 3789 |
# File 'sig/types.rbs', line 3787 def score_not_applicable @score_not_applicable end |
#score_percentage ⇒ ::Float
Returns the value of attribute score_percentage.
3785 3786 3787 |
# File 'sig/types.rbs', line 3785 def score_percentage @score_percentage end |