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)


3603
3604
3605
# File 'sig/types.rbs', line 3603

def automatic_fail
  @automatic_fail
end

#automatic_fail_configurationTypes::AutomaticFailConfiguration

Returns the value of attribute automatic_fail_configuration.



3604
3605
3606
# File 'sig/types.rbs', line 3604

def automatic_fail_configuration
  @automatic_fail_configuration
end

#points_configurationTypes::QuestionOptionPointsConfiguration

Returns the value of attribute points_configuration.



3605
3606
3607
# File 'sig/types.rbs', line 3605

def points_configuration
  @points_configuration
end

#ref_id::String

Returns the value of attribute ref_id.

Returns:

  • (::String)


3600
3601
3602
# File 'sig/types.rbs', line 3600

def ref_id
  @ref_id
end

#score::Integer

Returns the value of attribute score.

Returns:

  • (::Integer)


3602
3603
3604
# File 'sig/types.rbs', line 3602

def score
  @score
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


3601
3602
3603
# File 'sig/types.rbs', line 3601

def text
  @text
end