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.
2632 2633 2634 |
# File 'sig/types.rbs', line 2632 def evaluation @evaluation end |
#evaluation_form ⇒ Types::EvaluationFormContent
Returns the value of attribute evaluation_form.
2633 2634 2635 |
# File 'sig/types.rbs', line 2633 def evaluation_form @evaluation_form end |