Class: Aws::Types::UpdateEvaluationFormRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEvaluationFormRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_version ⇒ ::String
Returns the value of attribute ai_version.
-
#as_draft ⇒ Boolean
Returns the value of attribute as_draft.
-
#auto_evaluation_configuration ⇒ Types::EvaluationFormAutoEvaluationConfiguration
Returns the value of attribute auto_evaluation_configuration.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#create_new_version ⇒ Boolean
Returns the value of attribute create_new_version.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
-
#evaluation_form_version ⇒ ::Integer
Returns the value of attribute evaluation_form_version.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#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.
8954 8955 8956 |
# File 'sig/types.rbs', line 8954 def ai_version @ai_version end |
#as_draft ⇒ Boolean
Returns the value of attribute as_draft.
8950 8951 8952 |
# File 'sig/types.rbs', line 8950 def as_draft @as_draft end |
#auto_evaluation_configuration ⇒ Types::EvaluationFormAutoEvaluationConfiguration
Returns the value of attribute auto_evaluation_configuration.
8948 8949 8950 |
# File 'sig/types.rbs', line 8948 def auto_evaluation_configuration @auto_evaluation_configuration end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
8951 8952 8953 |
# File 'sig/types.rbs', line 8951 def client_token @client_token end |
#create_new_version ⇒ Boolean
Returns the value of attribute create_new_version.
8943 8944 8945 |
# File 'sig/types.rbs', line 8943 def create_new_version @create_new_version end |
#description ⇒ ::String
Returns the value of attribute description.
8945 8946 8947 |
# File 'sig/types.rbs', line 8945 def description @description end |
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
8941 8942 8943 |
# File 'sig/types.rbs', line 8941 def evaluation_form_id @evaluation_form_id end |
#evaluation_form_version ⇒ ::Integer
Returns the value of attribute evaluation_form_version.
8942 8943 8944 |
# File 'sig/types.rbs', line 8942 def evaluation_form_version @evaluation_form_version end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8940 8941 8942 |
# File 'sig/types.rbs', line 8940 def instance_id @instance_id end |
#items ⇒ ::Array[Types::EvaluationFormItem]
Returns the value of attribute items.
8946 8947 8948 |
# File 'sig/types.rbs', line 8946 def items @items end |
#language_configuration ⇒ Types::EvaluationFormLanguageConfiguration
Returns the value of attribute language_configuration.
8953 8954 8955 |
# File 'sig/types.rbs', line 8953 def language_configuration @language_configuration end |
#review_configuration ⇒ Types::EvaluationReviewConfiguration
Returns the value of attribute review_configuration.
8949 8950 8951 |
# File 'sig/types.rbs', line 8949 def review_configuration @review_configuration end |
#scoring_strategy ⇒ Types::EvaluationFormScoringStrategy
Returns the value of attribute scoring_strategy.
8947 8948 8949 |
# File 'sig/types.rbs', line 8947 def scoring_strategy @scoring_strategy end |
#target_configuration ⇒ Types::EvaluationFormTargetConfiguration
Returns the value of attribute target_configuration.
8952 8953 8954 |
# File 'sig/types.rbs', line 8952 def target_configuration @target_configuration end |
#title ⇒ ::String
Returns the value of attribute title.
8944 8945 8946 |
# File 'sig/types.rbs', line 8944 def title @title end |