Class: Aws::Types::EvaluationFormContent
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_version ⇒ ::String
Returns the value of attribute ai_version.
-
#auto_evaluation_configuration ⇒ Types::EvaluationFormAutoEvaluationConfiguration
Returns the value of attribute auto_evaluation_configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#evaluation_form_arn ⇒ ::String
Returns the value of attribute evaluation_form_arn.
-
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
-
#evaluation_form_version ⇒ ::Integer
Returns the value of attribute evaluation_form_version.
-
#items ⇒ ::Array[Types::EvaluationFormItem]
Returns the value of attribute items.
-
#language_configuration ⇒ Types::EvaluationFormLanguageConfiguration
Returns the value of attribute language_configuration.
-
#review_configuration ⇒ Types::EvaluationReviewConfiguration
Returns the value of attribute review_configuration.
-
#scoring_strategy ⇒ Types::EvaluationFormScoringStrategy
Returns the value of attribute scoring_strategy.
-
#target_configuration ⇒ Types::EvaluationFormTargetConfiguration
Returns the value of attribute target_configuration.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#ai_version ⇒ ::String
Returns the value of attribute ai_version.
3474 3475 3476 |
# File 'sig/types.rbs', line 3474 def ai_version @ai_version end |
#auto_evaluation_configuration ⇒ Types::EvaluationFormAutoEvaluationConfiguration
Returns the value of attribute auto_evaluation_configuration.
3470 3471 3472 |
# File 'sig/types.rbs', line 3470 def auto_evaluation_configuration @auto_evaluation_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
3467 3468 3469 |
# File 'sig/types.rbs', line 3467 def description @description end |
#evaluation_form_arn ⇒ ::String
Returns the value of attribute evaluation_form_arn.
3465 3466 3467 |
# File 'sig/types.rbs', line 3465 def evaluation_form_arn @evaluation_form_arn end |
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
3464 3465 3466 |
# File 'sig/types.rbs', line 3464 def evaluation_form_id @evaluation_form_id end |
#evaluation_form_version ⇒ ::Integer
Returns the value of attribute evaluation_form_version.
3463 3464 3465 |
# File 'sig/types.rbs', line 3463 def evaluation_form_version @evaluation_form_version end |
#items ⇒ ::Array[Types::EvaluationFormItem]
Returns the value of attribute items.
3468 3469 3470 |
# File 'sig/types.rbs', line 3468 def items @items end |
#language_configuration ⇒ Types::EvaluationFormLanguageConfiguration
Returns the value of attribute language_configuration.
3472 3473 3474 |
# File 'sig/types.rbs', line 3472 def language_configuration @language_configuration end |
#review_configuration ⇒ Types::EvaluationReviewConfiguration
Returns the value of attribute review_configuration.
3473 3474 3475 |
# File 'sig/types.rbs', line 3473 def review_configuration @review_configuration end |
#scoring_strategy ⇒ Types::EvaluationFormScoringStrategy
Returns the value of attribute scoring_strategy.
3469 3470 3471 |
# File 'sig/types.rbs', line 3469 def scoring_strategy @scoring_strategy end |
#target_configuration ⇒ Types::EvaluationFormTargetConfiguration
Returns the value of attribute target_configuration.
3471 3472 3473 |
# File 'sig/types.rbs', line 3471 def target_configuration @target_configuration end |
#title ⇒ ::String
Returns the value of attribute title.
3466 3467 3468 |
# File 'sig/types.rbs', line 3466 def title @title end |