Class: Aws::Types::QuestionPointsConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_bonusBoolean

Returns the value of attribute is_bonus.

Returns:

  • (Boolean)


6499
6500
6501
# File 'sig/types.rbs', line 6499

def is_bonus
  @is_bonus
end

#max_point_value::Integer

Returns the value of attribute max_point_value.

Returns:

  • (::Integer)


6497
6498
6499
# File 'sig/types.rbs', line 6497

def max_point_value
  @max_point_value
end

#min_point_value::Integer

Returns the value of attribute min_point_value.

Returns:

  • (::Integer)


6498
6499
6500
# File 'sig/types.rbs', line 6498

def min_point_value
  @min_point_value
end