Class: Aws::Types::EvaluationFormSingleSelectQuestionOption

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)


3661
3662
3663
# File 'sig/types.rbs', line 3661

def automatic_fail
  @automatic_fail
end

#automatic_fail_configurationTypes::AutomaticFailConfiguration

Returns the value of attribute automatic_fail_configuration.



3662
3663
3664
# File 'sig/types.rbs', line 3662

def automatic_fail_configuration
  @automatic_fail_configuration
end

#points_configurationTypes::QuestionOptionPointsConfiguration

Returns the value of attribute points_configuration.



3663
3664
3665
# File 'sig/types.rbs', line 3663

def points_configuration
  @points_configuration
end

#ref_id::String

Returns the value of attribute ref_id.

Returns:

  • (::String)


3658
3659
3660
# File 'sig/types.rbs', line 3658

def ref_id
  @ref_id
end

#score::Integer

Returns the value of attribute score.

Returns:

  • (::Integer)


3660
3661
3662
# File 'sig/types.rbs', line 3660

def score
  @score
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


3659
3660
3661
# File 'sig/types.rbs', line 3659

def text
  @text
end