Class: Aws::Types::EvaluationFormNumericQuestionOption
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormNumericQuestionOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automatic_fail ⇒ Boolean
Returns the value of attribute automatic_fail.
-
#automatic_fail_configuration ⇒ Types::AutomaticFailConfiguration
Returns the value of attribute automatic_fail_configuration.
-
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
-
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
-
#points_configuration ⇒ Types::QuestionOptionPointsConfiguration
Returns the value of attribute points_configuration.
-
#score ⇒ ::Integer
Returns the value of attribute score.
Instance Attribute Details
#automatic_fail ⇒ Boolean
Returns the value of attribute automatic_fail.
3602 3603 3604 |
# File 'sig/types.rbs', line 3602 def automatic_fail @automatic_fail end |
#automatic_fail_configuration ⇒ Types::AutomaticFailConfiguration
Returns the value of attribute automatic_fail_configuration.
3603 3604 3605 |
# File 'sig/types.rbs', line 3603 def automatic_fail_configuration @automatic_fail_configuration end |
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
3600 3601 3602 |
# File 'sig/types.rbs', line 3600 def max_value @max_value end |
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
3599 3600 3601 |
# File 'sig/types.rbs', line 3599 def min_value @min_value end |
#points_configuration ⇒ Types::QuestionOptionPointsConfiguration
Returns the value of attribute points_configuration.
3604 3605 3606 |
# File 'sig/types.rbs', line 3604 def points_configuration @points_configuration end |
#score ⇒ ::Integer
Returns the value of attribute score.
3601 3602 3603 |
# File 'sig/types.rbs', line 3601 def score @score end |