Class: Aws::Types::EvaluationFormSingleSelectQuestionOption
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormSingleSelectQuestionOption
- 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.
-
#points_configuration ⇒ Types::QuestionOptionPointsConfiguration
Returns the value of attribute points_configuration.
-
#ref_id ⇒ ::String
Returns the value of attribute ref_id.
-
#score ⇒ ::Integer
Returns the value of attribute score.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#automatic_fail ⇒ Boolean
Returns the value of attribute automatic_fail.
3746 3747 3748 |
# File 'sig/types.rbs', line 3746 def automatic_fail @automatic_fail end |
#automatic_fail_configuration ⇒ Types::AutomaticFailConfiguration
Returns the value of attribute automatic_fail_configuration.
3747 3748 3749 |
# File 'sig/types.rbs', line 3747 def automatic_fail_configuration @automatic_fail_configuration end |
#points_configuration ⇒ Types::QuestionOptionPointsConfiguration
Returns the value of attribute points_configuration.
3748 3749 3750 |
# File 'sig/types.rbs', line 3748 def points_configuration @points_configuration end |
#ref_id ⇒ ::String
Returns the value of attribute ref_id.
3743 3744 3745 |
# File 'sig/types.rbs', line 3743 def ref_id @ref_id end |
#score ⇒ ::Integer
Returns the value of attribute score.
3745 3746 3747 |
# File 'sig/types.rbs', line 3745 def score @score end |
#text ⇒ ::String
Returns the value of attribute text.
3744 3745 3746 |
# File 'sig/types.rbs', line 3744 def text @text end |