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.
6382 6383 6384 |
# File 'sig/types.rbs', line 6382 def is_bonus @is_bonus end |
#point_value ⇒ ::Integer
Returns the value of attribute point_value.
6381 6382 6383 |
# File 'sig/types.rbs', line 6381 def point_value @point_value end |