Class: Aws::Types::EvaluationSummary
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acknowledgement ⇒ Types::EvaluationAcknowledgementSummary
Returns the value of attribute acknowledgement.
-
#auto_evaluation_enabled ⇒ Boolean
Returns the value of attribute auto_evaluation_enabled.
-
#auto_evaluation_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute auto_evaluation_status.
-
#calibration_session_id ⇒ ::String
Returns the value of attribute calibration_session_id.
-
#contact_participant ⇒ Types::EvaluationContactParticipant
Returns the value of attribute contact_participant.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#evaluation_arn ⇒ ::String
Returns the value of attribute evaluation_arn.
-
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
-
#evaluation_form_title ⇒ ::String
Returns the value of attribute evaluation_form_title.
-
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
-
#evaluation_type ⇒ "STANDARD", "CALIBRATION"
Returns the value of attribute evaluation_type.
-
#evaluator_arn ⇒ ::String
Returns the value of attribute evaluator_arn.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#score ⇒ Types::EvaluationScore
Returns the value of attribute score.
-
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
Instance Attribute Details
#acknowledgement ⇒ Types::EvaluationAcknowledgementSummary
Returns the value of attribute acknowledgement.
3901 3902 3903 |
# File 'sig/types.rbs', line 3901 def acknowledgement @acknowledgement end |
#auto_evaluation_enabled ⇒ Boolean
Returns the value of attribute auto_evaluation_enabled.
3897 3898 3899 |
# File 'sig/types.rbs', line 3897 def auto_evaluation_enabled @auto_evaluation_enabled end |
#auto_evaluation_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute auto_evaluation_status.
3898 3899 3900 |
# File 'sig/types.rbs', line 3898 def auto_evaluation_status @auto_evaluation_status end |
#calibration_session_id ⇒ ::String
Returns the value of attribute calibration_session_id.
3895 3896 3897 |
# File 'sig/types.rbs', line 3895 def calibration_session_id @calibration_session_id end |
#contact_participant ⇒ Types::EvaluationContactParticipant
Returns the value of attribute contact_participant.
3905 3906 3907 |
# File 'sig/types.rbs', line 3905 def contact_participant @contact_participant end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3903 3904 3905 |
# File 'sig/types.rbs', line 3903 def created_time @created_time end |
#evaluation_arn ⇒ ::String
Returns the value of attribute evaluation_arn.
3892 3893 3894 |
# File 'sig/types.rbs', line 3892 def evaluation_arn @evaluation_arn end |
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
3894 3895 3896 |
# File 'sig/types.rbs', line 3894 def evaluation_form_id @evaluation_form_id end |
#evaluation_form_title ⇒ ::String
Returns the value of attribute evaluation_form_title.
3893 3894 3895 |
# File 'sig/types.rbs', line 3893 def evaluation_form_title @evaluation_form_title end |
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
3891 3892 3893 |
# File 'sig/types.rbs', line 3891 def evaluation_id @evaluation_id end |
#evaluation_type ⇒ "STANDARD", "CALIBRATION"
Returns the value of attribute evaluation_type.
3902 3903 3904 |
# File 'sig/types.rbs', line 3902 def evaluation_type @evaluation_type end |
#evaluator_arn ⇒ ::String
Returns the value of attribute evaluator_arn.
3899 3900 3901 |
# File 'sig/types.rbs', line 3899 def evaluator_arn @evaluator_arn end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3904 3905 3906 |
# File 'sig/types.rbs', line 3904 def last_modified_time @last_modified_time end |
#score ⇒ Types::EvaluationScore
Returns the value of attribute score.
3900 3901 3902 |
# File 'sig/types.rbs', line 3900 def score @score end |
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
3896 3897 3898 |
# File 'sig/types.rbs', line 3896 def status @status end |