Class: Aws::Types::EvaluationMetadata
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acknowledgement ⇒ Types::EvaluationAcknowledgement
Returns the value of attribute acknowledgement.
-
#auto_evaluation ⇒ Types::AutoEvaluationDetails
Returns the value of attribute auto_evaluation.
-
#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 ⇒ Types::EvaluationContactParticipant
Returns the value of attribute contact_participant.
-
#evaluator_arn ⇒ ::String
Returns the value of attribute evaluator_arn.
-
#review ⇒ Types::EvaluationReviewMetadata
Returns the value of attribute review.
-
#sampling_job_id ⇒ ::String
Returns the value of attribute sampling_job_id.
-
#score ⇒ Types::EvaluationScore
Returns the value of attribute score.
Instance Attribute Details
#acknowledgement ⇒ Types::EvaluationAcknowledgement
Returns the value of attribute acknowledgement.
3745 3746 3747 |
# File 'sig/types.rbs', line 3745 def acknowledgement @acknowledgement end |
#auto_evaluation ⇒ Types::AutoEvaluationDetails
Returns the value of attribute auto_evaluation.
3744 3745 3746 |
# File 'sig/types.rbs', line 3744 def auto_evaluation @auto_evaluation end |
#calibration_session_id ⇒ ::String
Returns the value of attribute calibration_session_id.
3742 3743 3744 |
# File 'sig/types.rbs', line 3742 def calibration_session_id @calibration_session_id end |
#contact_agent_id ⇒ ::String
Returns the value of attribute contact_agent_id.
3741 3742 3743 |
# File 'sig/types.rbs', line 3741 def contact_agent_id @contact_agent_id end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
3739 3740 3741 |
# File 'sig/types.rbs', line 3739 def contact_id @contact_id end |
#contact_participant ⇒ Types::EvaluationContactParticipant
Returns the value of attribute contact_participant.
3747 3748 3749 |
# File 'sig/types.rbs', line 3747 def contact_participant @contact_participant end |
#evaluator_arn ⇒ ::String
Returns the value of attribute evaluator_arn.
3740 3741 3742 |
# File 'sig/types.rbs', line 3740 def evaluator_arn @evaluator_arn end |
#review ⇒ Types::EvaluationReviewMetadata
Returns the value of attribute review.
3746 3747 3748 |
# File 'sig/types.rbs', line 3746 def review @review end |
#sampling_job_id ⇒ ::String
Returns the value of attribute sampling_job_id.
3748 3749 3750 |
# File 'sig/types.rbs', line 3748 def sampling_job_id @sampling_job_id end |
#score ⇒ Types::EvaluationScore
Returns the value of attribute score.
3743 3744 3745 |
# File 'sig/types.rbs', line 3743 def score @score end |