Class: Aws::Types::EvaluationMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acknowledgementTypes::EvaluationAcknowledgement

Returns the value of attribute acknowledgement.



3687
3688
3689
# File 'sig/types.rbs', line 3687

def acknowledgement
  @acknowledgement
end

#auto_evaluationTypes::AutoEvaluationDetails

Returns the value of attribute auto_evaluation.



3686
3687
3688
# File 'sig/types.rbs', line 3686

def auto_evaluation
  @auto_evaluation
end

#calibration_session_id::String

Returns the value of attribute calibration_session_id.

Returns:

  • (::String)


3684
3685
3686
# File 'sig/types.rbs', line 3684

def calibration_session_id
  @calibration_session_id
end

#contact_agent_id::String

Returns the value of attribute contact_agent_id.

Returns:

  • (::String)


3683
3684
3685
# File 'sig/types.rbs', line 3683

def contact_agent_id
  @contact_agent_id
end

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


3681
3682
3683
# File 'sig/types.rbs', line 3681

def contact_id
  @contact_id
end

#contact_participantTypes::EvaluationContactParticipant

Returns the value of attribute contact_participant.



3689
3690
3691
# File 'sig/types.rbs', line 3689

def contact_participant
  @contact_participant
end

#evaluator_arn::String

Returns the value of attribute evaluator_arn.

Returns:

  • (::String)


3682
3683
3684
# File 'sig/types.rbs', line 3682

def evaluator_arn
  @evaluator_arn
end

#reviewTypes::EvaluationReviewMetadata

Returns the value of attribute review.



3688
3689
3690
# File 'sig/types.rbs', line 3688

def review
  @review
end

#sampling_job_id::String

Returns the value of attribute sampling_job_id.

Returns:

  • (::String)


3690
3691
3692
# File 'sig/types.rbs', line 3690

def sampling_job_id
  @sampling_job_id
end

#scoreTypes::EvaluationScore

Returns the value of attribute score.



3685
3686
3687
# File 'sig/types.rbs', line 3685

def score
  @score
end