Class: Aws::Types::DescribeContactEvaluationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeContactEvaluationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluation ⇒ Types::Evaluation
Returns the value of attribute evaluation.
-
#evaluation_form ⇒ Types::EvaluationFormContent
Returns the value of attribute evaluation_form.
Instance Attribute Details
#evaluation ⇒ Types::Evaluation
Returns the value of attribute evaluation.
2541 2542 2543 |
# File 'sig/types.rbs', line 2541 def evaluation @evaluation end |
#evaluation_form ⇒ Types::EvaluationFormContent
Returns the value of attribute evaluation_form.
2542 2543 2544 |
# File 'sig/types.rbs', line 2542 def evaluation_form @evaluation_form end |