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