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.



3740
3741
3742
# File 'sig/types.rbs', line 3740

def acknowledgement
  @acknowledgement
end

#auto_evaluationTypes::AutoEvaluationDetails

Returns the value of attribute auto_evaluation.



3739
3740
3741
# File 'sig/types.rbs', line 3739

def auto_evaluation
  @auto_evaluation
end

#calibration_session_id::String

Returns the value of attribute calibration_session_id.

Returns:

  • (::String)


3737
3738
3739
# File 'sig/types.rbs', line 3737

def calibration_session_id
  @calibration_session_id
end

#contact_agent_id::String

Returns the value of attribute contact_agent_id.

Returns:

  • (::String)


3736
3737
3738
# File 'sig/types.rbs', line 3736

def contact_agent_id
  @contact_agent_id
end

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


3734
3735
3736
# File 'sig/types.rbs', line 3734

def contact_id
  @contact_id
end

#contact_participantTypes::EvaluationContactParticipant

Returns the value of attribute contact_participant.



3742
3743
3744
# File 'sig/types.rbs', line 3742

def contact_participant
  @contact_participant
end

#evaluator_arn::String

Returns the value of attribute evaluator_arn.

Returns:

  • (::String)


3735
3736
3737
# File 'sig/types.rbs', line 3735

def evaluator_arn
  @evaluator_arn
end

#reviewTypes::EvaluationReviewMetadata

Returns the value of attribute review.



3741
3742
3743
# File 'sig/types.rbs', line 3741

def review
  @review
end

#sampling_job_id::String

Returns the value of attribute sampling_job_id.

Returns:

  • (::String)


3743
3744
3745
# File 'sig/types.rbs', line 3743

def sampling_job_id
  @sampling_job_id
end

#scoreTypes::EvaluationScore

Returns the value of attribute score.



3738
3739
3740
# File 'sig/types.rbs', line 3738

def score
  @score
end