Class: Aws::Types::EvaluationFormNumericQuestionProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#automationTypes::EvaluationFormNumericQuestionAutomation

Returns the value of attribute automation.



3565
3566
3567
# File 'sig/types.rbs', line 3565

def automation
  @automation
end

#max_value::Integer

Returns the value of attribute max_value.

Returns:

  • (::Integer)


3563
3564
3565
# File 'sig/types.rbs', line 3563

def max_value
  @max_value
end

#min_value::Integer

Returns the value of attribute min_value.

Returns:

  • (::Integer)


3562
3563
3564
# File 'sig/types.rbs', line 3562

def min_value
  @min_value
end

#options::Array[Types::EvaluationFormNumericQuestionOption]

Returns the value of attribute options.



3564
3565
3566
# File 'sig/types.rbs', line 3564

def options
  @options
end