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.



3781
3782
3783
# File 'sig/types.rbs', line 3781

def acknowledgement
  @acknowledgement
end

#auto_evaluationTypes::AutoEvaluationDetails

Returns the value of attribute auto_evaluation.



3780
3781
3782
# File 'sig/types.rbs', line 3780

def auto_evaluation
  @auto_evaluation
end

#calibration_session_id::String

Returns the value of attribute calibration_session_id.

Returns:

  • (::String)


3778
3779
3780
# File 'sig/types.rbs', line 3778

def calibration_session_id
  @calibration_session_id
end

#contact_agent_id::String

Returns the value of attribute contact_agent_id.

Returns:

  • (::String)


3777
3778
3779
# File 'sig/types.rbs', line 3777

def contact_agent_id
  @contact_agent_id
end

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


3775
3776
3777
# File 'sig/types.rbs', line 3775

def contact_id
  @contact_id
end

#contact_participantTypes::EvaluationContactParticipant

Returns the value of attribute contact_participant.



3783
3784
3785
# File 'sig/types.rbs', line 3783

def contact_participant
  @contact_participant
end

#evaluator_arn::String

Returns the value of attribute evaluator_arn.

Returns:

  • (::String)


3776
3777
3778
# File 'sig/types.rbs', line 3776

def evaluator_arn
  @evaluator_arn
end

#reviewTypes::EvaluationReviewMetadata

Returns the value of attribute review.



3782
3783
3784
# File 'sig/types.rbs', line 3782

def review
  @review
end

#sampling_job_id::String

Returns the value of attribute sampling_job_id.

Returns:

  • (::String)


3784
3785
3786
# File 'sig/types.rbs', line 3784

def sampling_job_id
  @sampling_job_id
end

#scoreTypes::EvaluationScore

Returns the value of attribute score.



3779
3780
3781
# File 'sig/types.rbs', line 3779

def score
  @score
end