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.
3519 3520 3521 |
# File 'sig/types.rbs', line 3519 def automatic_fail @automatic_fail end |
#automatic_fail_configuration ⇒ Types::AutomaticFailConfiguration
Returns the value of attribute automatic_fail_configuration.
3520 3521 3522 |
# File 'sig/types.rbs', line 3520 def automatic_fail_configuration @automatic_fail_configuration end |
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
3517 3518 3519 |
# File 'sig/types.rbs', line 3517 def max_value @max_value end |
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
3516 3517 3518 |
# File 'sig/types.rbs', line 3516 def min_value @min_value end |
#points_configuration ⇒ Types::QuestionOptionPointsConfiguration
Returns the value of attribute points_configuration.
3521 3522 3523 |
# File 'sig/types.rbs', line 3521 def points_configuration @points_configuration end |
#score ⇒ ::Integer
Returns the value of attribute score.
3518 3519 3520 |
# File 'sig/types.rbs', line 3518 def score @score end |