Class: Aws::Types::CreateEvaluationFormResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateEvaluationFormResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluation_form_arn ⇒ ::String
Returns the value of attribute evaluation_form_arn.
-
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
Instance Attribute Details
#evaluation_form_arn ⇒ ::String
Returns the value of attribute evaluation_form_arn.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def evaluation_form_arn @evaluation_form_arn end |
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def evaluation_form_id @evaluation_form_id end |