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.
-
#metric_configuration ⇒ Types::EvaluationFormMetricConfiguration
Returns the value of attribute metric_configuration.
-
#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.
3616 3617 3618 |
# File 'sig/types.rbs', line 3616 def enablement @enablement end |
#instructions ⇒ ::String
Returns the value of attribute instructions.
3611 3612 3613 |
# File 'sig/types.rbs', line 3611 def instructions @instructions end |
#metric_configuration ⇒ Types::EvaluationFormMetricConfiguration
Returns the value of attribute metric_configuration.
3619 3620 3621 |
# File 'sig/types.rbs', line 3619 def metric_configuration @metric_configuration end |
#not_applicable_enabled ⇒ Boolean
Returns the value of attribute not_applicable_enabled.
3613 3614 3615 |
# File 'sig/types.rbs', line 3613 def not_applicable_enabled @not_applicable_enabled end |
#question_type ⇒ "TEXT", ...
Returns the value of attribute question_type.
3614 3615 3616 |
# File 'sig/types.rbs', line 3614 def question_type @question_type end |
#question_type_properties ⇒ Types::EvaluationFormQuestionTypeProperties
Returns the value of attribute question_type_properties.
3615 3616 3617 |
# File 'sig/types.rbs', line 3615 def question_type_properties @question_type_properties end |
#ref_id ⇒ ::String
Returns the value of attribute ref_id.
3612 3613 3614 |
# File 'sig/types.rbs', line 3612 def ref_id @ref_id end |
#scoring_configuration ⇒ Types::EvaluationFormQuestionScoringConfiguration
Returns the value of attribute scoring_configuration.
3618 3619 3620 |
# File 'sig/types.rbs', line 3618 def scoring_configuration @scoring_configuration end |
#title ⇒ ::String
Returns the value of attribute title.
3610 3611 3612 |
# File 'sig/types.rbs', line 3610 def title @title end |
#weight ⇒ ::Float
Returns the value of attribute weight.
3617 3618 3619 |
# File 'sig/types.rbs', line 3617 def weight @weight end |