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.



3482
3483
3484
# File 'sig/types.rbs', line 3482

def enablement
  @enablement
end

#instructions::String

Returns the value of attribute instructions.

Returns:

  • (::String)


3477
3478
3479
# File 'sig/types.rbs', line 3477

def instructions
  @instructions
end

#not_applicable_enabledBoolean

Returns the value of attribute not_applicable_enabled.

Returns:

  • (Boolean)


3479
3480
3481
# File 'sig/types.rbs', line 3479

def not_applicable_enabled
  @not_applicable_enabled
end

#question_type"TEXT", ...

Returns the value of attribute question_type.

Returns:

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


3480
3481
3482
# File 'sig/types.rbs', line 3480

def question_type
  @question_type
end

#question_type_propertiesTypes::EvaluationFormQuestionTypeProperties

Returns the value of attribute question_type_properties.



3481
3482
3483
# File 'sig/types.rbs', line 3481

def question_type_properties
  @question_type_properties
end

#ref_id::String

Returns the value of attribute ref_id.

Returns:

  • (::String)


3478
3479
3480
# File 'sig/types.rbs', line 3478

def ref_id
  @ref_id
end

#scoring_configurationTypes::EvaluationFormQuestionScoringConfiguration

Returns the value of attribute scoring_configuration.



3484
3485
3486
# File 'sig/types.rbs', line 3484

def scoring_configuration
  @scoring_configuration
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


3476
3477
3478
# File 'sig/types.rbs', line 3476

def title
  @title
end

#weight::Float

Returns the value of attribute weight.

Returns:

  • (::Float)


3483
3484
3485
# File 'sig/types.rbs', line 3483

def weight
  @weight
end