Class: Aws::Types::EvaluationFormSection
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormSection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instructions ⇒ ::String
Returns the value of attribute instructions.
-
#is_excluded_from_scoring ⇒ Boolean
Returns the value of attribute is_excluded_from_scoring.
-
#items ⇒ ::Array[Types::EvaluationFormItem]
Returns the value of attribute items.
-
#ref_id ⇒ ::String
Returns the value of attribute ref_id.
-
#score_thresholds ⇒ ::Array[Types::EvaluationFormScoreThreshold]
Returns the value of attribute score_thresholds.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#weight ⇒ ::Float
Returns the value of attribute weight.
Instance Attribute Details
#instructions ⇒ ::String
Returns the value of attribute instructions.
3573 3574 3575 |
# File 'sig/types.rbs', line 3573 def instructions @instructions end |
#is_excluded_from_scoring ⇒ Boolean
Returns the value of attribute is_excluded_from_scoring.
3576 3577 3578 |
# File 'sig/types.rbs', line 3576 def is_excluded_from_scoring @is_excluded_from_scoring end |
#items ⇒ ::Array[Types::EvaluationFormItem]
Returns the value of attribute items.
3574 3575 3576 |
# File 'sig/types.rbs', line 3574 def items @items end |
#ref_id ⇒ ::String
Returns the value of attribute ref_id.
3572 3573 3574 |
# File 'sig/types.rbs', line 3572 def ref_id @ref_id end |
#score_thresholds ⇒ ::Array[Types::EvaluationFormScoreThreshold]
Returns the value of attribute score_thresholds.
3577 3578 3579 |
# File 'sig/types.rbs', line 3577 def score_thresholds @score_thresholds end |
#title ⇒ ::String
Returns the value of attribute title.
3571 3572 3573 |
# File 'sig/types.rbs', line 3571 def title @title end |
#weight ⇒ ::Float
Returns the value of attribute weight.
3575 3576 3577 |
# File 'sig/types.rbs', line 3575 def weight @weight end |