Class: Aws::Types::EvaluationFormQuestion
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormQuestion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enablement ⇒ Types::EvaluationFormItemEnablementConfiguration
Returns the value of attribute enablement.
-
#instructions ⇒ ::String
Returns the value of attribute instructions.
-
#not_applicable_enabled ⇒ Boolean
Returns the value of attribute not_applicable_enabled.
-
#question_type ⇒ "TEXT", ...
Returns the value of attribute question_type.
-
#question_type_properties ⇒ Types::EvaluationFormQuestionTypeProperties
Returns the value of attribute question_type_properties.
-
#ref_id ⇒ ::String
Returns the value of attribute ref_id.
-
#scoring_configuration ⇒ Types::EvaluationFormQuestionScoringConfiguration
Returns the value of attribute scoring_configuration.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#weight ⇒ ::Float
Returns the value of attribute weight.
Instance Attribute Details
#enablement ⇒ Types::EvaluationFormItemEnablementConfiguration
Returns the value of attribute enablement.
3540 3541 3542 |
# File 'sig/types.rbs', line 3540 def enablement @enablement end |
#instructions ⇒ ::String
Returns the value of attribute instructions.
3535 3536 3537 |
# File 'sig/types.rbs', line 3535 def instructions @instructions end |
#not_applicable_enabled ⇒ Boolean
Returns the value of attribute not_applicable_enabled.
3537 3538 3539 |
# File 'sig/types.rbs', line 3537 def not_applicable_enabled @not_applicable_enabled end |
#question_type ⇒ "TEXT", ...
Returns the value of attribute question_type.
3538 3539 3540 |
# File 'sig/types.rbs', line 3538 def question_type @question_type end |
#question_type_properties ⇒ Types::EvaluationFormQuestionTypeProperties
Returns the value of attribute question_type_properties.
3539 3540 3541 |
# File 'sig/types.rbs', line 3539 def question_type_properties @question_type_properties end |
#ref_id ⇒ ::String
Returns the value of attribute ref_id.
3536 3537 3538 |
# File 'sig/types.rbs', line 3536 def ref_id @ref_id end |
#scoring_configuration ⇒ Types::EvaluationFormQuestionScoringConfiguration
Returns the value of attribute scoring_configuration.
3542 3543 3544 |
# File 'sig/types.rbs', line 3542 def scoring_configuration @scoring_configuration end |
#title ⇒ ::String
Returns the value of attribute title.
3534 3535 3536 |
# File 'sig/types.rbs', line 3534 def title @title end |
#weight ⇒ ::Float
Returns the value of attribute weight.
3541 3542 3543 |
# File 'sig/types.rbs', line 3541 def weight @weight end |