Class: Aws::Types::EvaluationFormNumericQuestionProperties
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormNumericQuestionProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automation ⇒ Types::EvaluationFormNumericQuestionAutomation
Returns the value of attribute automation.
-
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
-
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
-
#options ⇒ ::Array[Types::EvaluationFormNumericQuestionOption]
Returns the value of attribute options.
Instance Attribute Details
#automation ⇒ Types::EvaluationFormNumericQuestionAutomation
Returns the value of attribute automation.
3471 3472 3473 |
# File 'sig/types.rbs', line 3471 def automation @automation end |
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
3469 3470 3471 |
# File 'sig/types.rbs', line 3469 def max_value @max_value end |
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
3468 3469 3470 |
# File 'sig/types.rbs', line 3468 def min_value @min_value end |
#options ⇒ ::Array[Types::EvaluationFormNumericQuestionOption]
Returns the value of attribute options.
3470 3471 3472 |
# File 'sig/types.rbs', line 3470 def @options end |