Class: Aws::Types::EvaluationFormNumericQuestionOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_failBoolean

Returns the value of attribute automatic_fail.

Returns:

  • (Boolean)


3555
3556
3557
# File 'sig/types.rbs', line 3555

def automatic_fail
  @automatic_fail
end

#automatic_fail_configurationTypes::AutomaticFailConfiguration

Returns the value of attribute automatic_fail_configuration.



3556
3557
3558
# File 'sig/types.rbs', line 3556

def automatic_fail_configuration
  @automatic_fail_configuration
end

#max_value::Integer

Returns the value of attribute max_value.

Returns:

  • (::Integer)


3553
3554
3555
# File 'sig/types.rbs', line 3553

def max_value
  @max_value
end

#min_value::Integer

Returns the value of attribute min_value.

Returns:

  • (::Integer)


3552
3553
3554
# File 'sig/types.rbs', line 3552

def min_value
  @min_value
end

#points_configurationTypes::QuestionOptionPointsConfiguration

Returns the value of attribute points_configuration.



3557
3558
3559
# File 'sig/types.rbs', line 3557

def points_configuration
  @points_configuration
end

#score::Integer

Returns the value of attribute score.

Returns:

  • (::Integer)


3554
3555
3556
# File 'sig/types.rbs', line 3554

def score
  @score
end