Class: Aws::Types::QuestionPointsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::QuestionPointsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_bonus ⇒ Boolean
Returns the value of attribute is_bonus.
-
#max_point_value ⇒ ::Integer
Returns the value of attribute max_point_value.
-
#min_point_value ⇒ ::Integer
Returns the value of attribute min_point_value.
Instance Attribute Details
#is_bonus ⇒ Boolean
Returns the value of attribute is_bonus.
6488 6489 6490 |
# File 'sig/types.rbs', line 6488 def is_bonus @is_bonus end |
#max_point_value ⇒ ::Integer
Returns the value of attribute max_point_value.
6486 6487 6488 |
# File 'sig/types.rbs', line 6486 def max_point_value @max_point_value end |
#min_point_value ⇒ ::Integer
Returns the value of attribute min_point_value.
6487 6488 6489 |
# File 'sig/types.rbs', line 6487 def min_point_value @min_point_value end |