Class: Aws::Types::DeactivateEvaluationFormRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeactivateEvaluationFormRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
2199 2200 2201 |
# File 'sig/types.rbs', line 2199 def evaluation_form_id @evaluation_form_id end |
#evaluation_form_version ⇒ ::Integer
Returns the value of attribute evaluation_form_version.
2200 2201 2202 |
# File 'sig/types.rbs', line 2200 def evaluation_form_version @evaluation_form_version end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2198 2199 2200 |
# File 'sig/types.rbs', line 2198 def instance_id @instance_id end |