Class: Aws::Types::EvaluationFormQuestion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enablementTypes::EvaluationFormItemEnablementConfiguration

Returns the value of attribute enablement.



3535
3536
3537
# File 'sig/types.rbs', line 3535

def enablement
  @enablement
end

#instructions::String

Returns the value of attribute instructions.

Returns:

  • (::String)


3530
3531
3532
# File 'sig/types.rbs', line 3530

def instructions
  @instructions
end

#not_applicable_enabledBoolean

Returns the value of attribute not_applicable_enabled.

Returns:

  • (Boolean)


3532
3533
3534
# File 'sig/types.rbs', line 3532

def not_applicable_enabled
  @not_applicable_enabled
end

#question_type"TEXT", ...

Returns the value of attribute question_type.

Returns:

  • ("TEXT", "SINGLESELECT", "NUMERIC", "MULTISELECT", "DATETIME")


3533
3534
3535
# File 'sig/types.rbs', line 3533

def question_type
  @question_type
end

#question_type_propertiesTypes::EvaluationFormQuestionTypeProperties

Returns the value of attribute question_type_properties.



3534
3535
3536
# File 'sig/types.rbs', line 3534

def question_type_properties
  @question_type_properties
end

#ref_id::String

Returns the value of attribute ref_id.

Returns:

  • (::String)


3531
3532
3533
# File 'sig/types.rbs', line 3531

def ref_id
  @ref_id
end

#scoring_configurationTypes::EvaluationFormQuestionScoringConfiguration

Returns the value of attribute scoring_configuration.



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

def scoring_configuration
  @scoring_configuration
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


3529
3530
3531
# File 'sig/types.rbs', line 3529

def title
  @title
end

#weight::Float

Returns the value of attribute weight.

Returns:

  • (::Float)


3536
3537
3538
# File 'sig/types.rbs', line 3536

def weight
  @weight
end