Class: Aws::Types::DeactivateEvaluationFormResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeactivateEvaluationFormResponse
- 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.
2206 2207 2208 |
# File 'sig/types.rbs', line 2206 def evaluation_form_arn @evaluation_form_arn end |
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
2205 2206 2207 |
# File 'sig/types.rbs', line 2205 def evaluation_form_id @evaluation_form_id end |
#evaluation_form_version ⇒ ::Integer
Returns the value of attribute evaluation_form_version.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def evaluation_form_version @evaluation_form_version end |