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.



3524
3525
3526
# File 'sig/types.rbs', line 3524

def automation
  @automation
end

#max_value::Integer

Returns the value of attribute max_value.

Returns:

  • (::Integer)


3522
3523
3524
# File 'sig/types.rbs', line 3522

def max_value
  @max_value
end

#min_value::Integer

Returns the value of attribute min_value.

Returns:

  • (::Integer)


3521
3522
3523
# File 'sig/types.rbs', line 3521

def min_value
  @min_value
end

#options::Array[Types::EvaluationFormNumericQuestionOption]

Returns the value of attribute options.



3523
3524
3525
# File 'sig/types.rbs', line 3523

def options
  @options
end