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.
3564 3565 3566 |
# File 'sig/types.rbs', line 3564 def automatic_fail @automatic_fail end |
#automatic_fail_configuration ⇒ Types::AutomaticFailConfiguration
Returns the value of attribute automatic_fail_configuration.
3565 3566 3567 |
# File 'sig/types.rbs', line 3565 def automatic_fail_configuration @automatic_fail_configuration end |
#points_configuration ⇒ Types::QuestionOptionPointsConfiguration
Returns the value of attribute points_configuration.
3566 3567 3568 |
# File 'sig/types.rbs', line 3566 def points_configuration @points_configuration end |
#ref_id ⇒ ::String
Returns the value of attribute ref_id.
3561 3562 3563 |
# File 'sig/types.rbs', line 3561 def ref_id @ref_id end |
#score ⇒ ::Integer
Returns the value of attribute score.
3563 3564 3565 |
# File 'sig/types.rbs', line 3563 def score @score end |
#text ⇒ ::String
Returns the value of attribute text.
3562 3563 3564 |
# File 'sig/types.rbs', line 3562 def text @text end |