Class: Aws::Types::EvaluationFormNumericQuestionAutomation

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

Defined Under Namespace

Classes: AnswerSource, PropertyValue, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#answer_sourceTypes::EvaluationFormQuestionAutomationAnswerSource

Returns the value of attribute answer_source.



3539
3540
3541
# File 'sig/types.rbs', line 3539

def answer_source
  @answer_source
end

#property_valueTypes::NumericQuestionPropertyValueAutomation

Returns the value of attribute property_value.



3538
3539
3540
# File 'sig/types.rbs', line 3538

def property_value
  @property_value
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


3540
3541
3542
# File 'sig/types.rbs', line 3540

def unknown
  @unknown
end