Class: Aws::Types::StartEvaluationFormValidationResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartEvaluationFormValidationResponse
- 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.
-
#evaluation_form_version ⇒ ::Integer
Returns the value of attribute evaluation_form_version.
Instance Attribute Details
#evaluation_form_arn ⇒ ::String
Returns the value of attribute evaluation_form_arn.
7729 7730 7731 |
# File 'sig/types.rbs', line 7729 def evaluation_form_arn @evaluation_form_arn end |
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
7728 7729 7730 |
# File 'sig/types.rbs', line 7728 def evaluation_form_id @evaluation_form_id end |
#evaluation_form_version ⇒ ::Integer
Returns the value of attribute evaluation_form_version.
7730 7731 7732 |
# File 'sig/types.rbs', line 7730 def evaluation_form_version @evaluation_form_version end |