Class: Aws::Types::EvaluationFormNumericQuestionAutomation
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormNumericQuestionAutomation
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AnswerSource, PropertyValue, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answer_source ⇒ Types::EvaluationFormQuestionAutomationAnswerSource
Returns the value of attribute answer_source.
-
#property_value ⇒ Types::NumericQuestionPropertyValueAutomation
Returns the value of attribute property_value.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#answer_source ⇒ Types::EvaluationFormQuestionAutomationAnswerSource
Returns the value of attribute answer_source.
3445 3446 3447 |
# File 'sig/types.rbs', line 3445 def answer_source @answer_source end |
#property_value ⇒ Types::NumericQuestionPropertyValueAutomation
Returns the value of attribute property_value.
3444 3445 3446 |
# File 'sig/types.rbs', line 3444 def property_value @property_value end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3446 3447 3448 |
# File 'sig/types.rbs', line 3446 def unknown @unknown end |