Class: Aws::Types::DescribeEvaluationFormRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEvaluationFormRequest
- 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.
2677 2678 2679 |
# File 'sig/types.rbs', line 2677 def evaluation_form_id @evaluation_form_id end |
#evaluation_form_version ⇒ ::Integer
Returns the value of attribute evaluation_form_version.
2678 2679 2680 |
# File 'sig/types.rbs', line 2678 def evaluation_form_version @evaluation_form_version end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def instance_id @instance_id end |