Class: Aws::Types::EvaluationFormMultiSelectQuestionOption
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormMultiSelectQuestionOption
- 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.
3483 3484 3485 |
# File 'sig/types.rbs', line 3483 def automatic_fail @automatic_fail end |
#automatic_fail_configuration ⇒ Types::AutomaticFailConfiguration
Returns the value of attribute automatic_fail_configuration.
3484 3485 3486 |
# File 'sig/types.rbs', line 3484 def automatic_fail_configuration @automatic_fail_configuration end |
#points_configuration ⇒ Types::QuestionOptionPointsConfiguration
Returns the value of attribute points_configuration.
3485 3486 3487 |
# File 'sig/types.rbs', line 3485 def points_configuration @points_configuration end |
#ref_id ⇒ ::String
Returns the value of attribute ref_id.
3480 3481 3482 |
# File 'sig/types.rbs', line 3480 def ref_id @ref_id end |
#score ⇒ ::Integer
Returns the value of attribute score.
3482 3483 3484 |
# File 'sig/types.rbs', line 3482 def score @score end |
#text ⇒ ::String
Returns the value of attribute text.
3481 3482 3483 |
# File 'sig/types.rbs', line 3481 def text @text end |