Class: Aws::Types::QuestionOptionPointsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::QuestionOptionPointsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_bonus ⇒ Boolean
Returns the value of attribute is_bonus.
-
#point_value ⇒ ::Integer
Returns the value of attribute point_value.
Instance Attribute Details
#is_bonus ⇒ Boolean
Returns the value of attribute is_bonus.
6228 6229 6230 |
# File 'sig/types.rbs', line 6228 def is_bonus @is_bonus end |
#point_value ⇒ ::Integer
Returns the value of attribute point_value.
6227 6228 6229 |
# File 'sig/types.rbs', line 6227 def point_value @point_value end |