Class: Aws::Types::EvaluationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acknowledgementTypes::EvaluationAcknowledgementSummary

Returns the value of attribute acknowledgement.



3843
3844
3845
# File 'sig/types.rbs', line 3843

def acknowledgement
  @acknowledgement
end

#auto_evaluation_enabledBoolean

Returns the value of attribute auto_evaluation_enabled.

Returns:

  • (Boolean)


3839
3840
3841
# File 'sig/types.rbs', line 3839

def auto_evaluation_enabled
  @auto_evaluation_enabled
end

#auto_evaluation_status"IN_PROGRESS", ...

Returns the value of attribute auto_evaluation_status.

Returns:

  • ("IN_PROGRESS", "FAILED", "SUCCEEDED")


3840
3841
3842
# File 'sig/types.rbs', line 3840

def auto_evaluation_status
  @auto_evaluation_status
end

#calibration_session_id::String

Returns the value of attribute calibration_session_id.

Returns:

  • (::String)


3837
3838
3839
# File 'sig/types.rbs', line 3837

def calibration_session_id
  @calibration_session_id
end

#contact_participantTypes::EvaluationContactParticipant

Returns the value of attribute contact_participant.



3847
3848
3849
# File 'sig/types.rbs', line 3847

def contact_participant
  @contact_participant
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3845
3846
3847
# File 'sig/types.rbs', line 3845

def created_time
  @created_time
end

#evaluation_arn::String

Returns the value of attribute evaluation_arn.

Returns:

  • (::String)


3834
3835
3836
# File 'sig/types.rbs', line 3834

def evaluation_arn
  @evaluation_arn
end

#evaluation_form_id::String

Returns the value of attribute evaluation_form_id.

Returns:

  • (::String)


3836
3837
3838
# File 'sig/types.rbs', line 3836

def evaluation_form_id
  @evaluation_form_id
end

#evaluation_form_title::String

Returns the value of attribute evaluation_form_title.

Returns:

  • (::String)


3835
3836
3837
# File 'sig/types.rbs', line 3835

def evaluation_form_title
  @evaluation_form_title
end

#evaluation_id::String

Returns the value of attribute evaluation_id.

Returns:

  • (::String)


3833
3834
3835
# File 'sig/types.rbs', line 3833

def evaluation_id
  @evaluation_id
end

#evaluation_type"STANDARD", "CALIBRATION"

Returns the value of attribute evaluation_type.

Returns:

  • ("STANDARD", "CALIBRATION")


3844
3845
3846
# File 'sig/types.rbs', line 3844

def evaluation_type
  @evaluation_type
end

#evaluator_arn::String

Returns the value of attribute evaluator_arn.

Returns:

  • (::String)


3841
3842
3843
# File 'sig/types.rbs', line 3841

def evaluator_arn
  @evaluator_arn
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3846
3847
3848
# File 'sig/types.rbs', line 3846

def last_modified_time
  @last_modified_time
end

#scoreTypes::EvaluationScore

Returns the value of attribute score.



3842
3843
3844
# File 'sig/types.rbs', line 3842

def score
  @score
end

#status"DRAFT", ...

Returns the value of attribute status.

Returns:

  • ("DRAFT", "SUBMITTED", "REVIEW_REQUESTED", "UNDER_REVIEW")


3838
3839
3840
# File 'sig/types.rbs', line 3838

def status
  @status
end