Class: Aws::Types::StartEvaluationFormValidationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartEvaluationFormValidationRequest
- 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.
8017 8018 8019 |
# File 'sig/types.rbs', line 8017 def evaluation_form_id @evaluation_form_id end |
#evaluation_form_version ⇒ ::Integer
Returns the value of attribute evaluation_form_version.
8018 8019 8020 |
# File 'sig/types.rbs', line 8018 def evaluation_form_version @evaluation_form_version end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8016 8017 8018 |
# File 'sig/types.rbs', line 8016 def instance_id @instance_id end |