Class: Aws::Types::UpdateEvaluationFormRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEvaluationFormRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#as_draft ⇒ Boolean
Returns the value of attribute as_draft.
8814 8815 8816 |
# File 'sig/types.rbs', line 8814 def as_draft @as_draft end |
#auto_evaluation_configuration ⇒ Types::EvaluationFormAutoEvaluationConfiguration
Returns the value of attribute auto_evaluation_configuration.
8812 8813 8814 |
# File 'sig/types.rbs', line 8812 def auto_evaluation_configuration @auto_evaluation_configuration end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
8815 8816 8817 |
# File 'sig/types.rbs', line 8815 def client_token @client_token end |
#create_new_version ⇒ Boolean
Returns the value of attribute create_new_version.
8807 8808 8809 |
# File 'sig/types.rbs', line 8807 def create_new_version @create_new_version end |
#description ⇒ ::String
Returns the value of attribute description.
8809 8810 8811 |
# File 'sig/types.rbs', line 8809 def description @description end |
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
8805 8806 8807 |
# File 'sig/types.rbs', line 8805 def evaluation_form_id @evaluation_form_id end |
#evaluation_form_version ⇒ ::Integer
Returns the value of attribute evaluation_form_version.
8806 8807 8808 |
# File 'sig/types.rbs', line 8806 def evaluation_form_version @evaluation_form_version end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8804 8805 8806 |
# File 'sig/types.rbs', line 8804 def instance_id @instance_id end |
#items ⇒ ::Array[Types::EvaluationFormItem]
Returns the value of attribute items.
8810 8811 8812 |
# File 'sig/types.rbs', line 8810 def items @items end |
#language_configuration ⇒ Types::EvaluationFormLanguageConfiguration
Returns the value of attribute language_configuration.
8817 8818 8819 |
# File 'sig/types.rbs', line 8817 def language_configuration @language_configuration end |
#review_configuration ⇒ Types::EvaluationReviewConfiguration
Returns the value of attribute review_configuration.
8813 8814 8815 |
# File 'sig/types.rbs', line 8813 def review_configuration @review_configuration end |
#scoring_strategy ⇒ Types::EvaluationFormScoringStrategy
Returns the value of attribute scoring_strategy.
8811 8812 8813 |
# File 'sig/types.rbs', line 8811 def scoring_strategy @scoring_strategy end |
#target_configuration ⇒ Types::EvaluationFormTargetConfiguration
Returns the value of attribute target_configuration.
8816 8817 8818 |
# File 'sig/types.rbs', line 8816 def target_configuration @target_configuration end |
#title ⇒ ::String
Returns the value of attribute title.
8808 8809 8810 |
# File 'sig/types.rbs', line 8808 def title @title end |