Class: Aws::Types::EvaluationForm
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationForm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_evaluation_configuration ⇒ Types::EvaluationFormAutoEvaluationConfiguration
Returns the value of attribute auto_evaluation_configuration.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#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.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#last_validation_time ⇒ ::Time
Returns the value of attribute last_validation_time.
-
#latest_validation_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute latest_validation_status.
-
#locked ⇒ Boolean
Returns the value of attribute locked.
-
#review_configuration ⇒ Types::EvaluationReviewConfiguration
Returns the value of attribute review_configuration.
-
#scoring_strategy ⇒ Types::EvaluationFormScoringStrategy
Returns the value of attribute scoring_strategy.
-
#status ⇒ "DRAFT", "ACTIVE"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_configuration ⇒ Types::EvaluationFormTargetConfiguration
Returns the value of attribute target_configuration.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#auto_evaluation_configuration ⇒ Types::EvaluationFormAutoEvaluationConfiguration
Returns the value of attribute auto_evaluation_configuration.
3313 3314 3315 |
# File 'sig/types.rbs', line 3313 def auto_evaluation_configuration @auto_evaluation_configuration end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3310 3311 3312 |
# File 'sig/types.rbs', line 3310 def created_by @created_by end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3309 3310 3311 |
# File 'sig/types.rbs', line 3309 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
3305 3306 3307 |
# File 'sig/types.rbs', line 3305 def description @description end |
#evaluation_form_arn ⇒ ::String
Returns the value of attribute evaluation_form_arn.
3303 3304 3305 |
# File 'sig/types.rbs', line 3303 def evaluation_form_arn @evaluation_form_arn end |
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
3300 3301 3302 |
# File 'sig/types.rbs', line 3300 def evaluation_form_id @evaluation_form_id end |
#evaluation_form_version ⇒ ::Integer
Returns the value of attribute evaluation_form_version.
3301 3302 3303 |
# File 'sig/types.rbs', line 3301 def evaluation_form_version @evaluation_form_version end |
#items ⇒ ::Array[Types::EvaluationFormItem]
Returns the value of attribute items.
3307 3308 3309 |
# File 'sig/types.rbs', line 3307 def items @items end |
#language_configuration ⇒ Types::EvaluationFormLanguageConfiguration
Returns the value of attribute language_configuration.
3317 3318 3319 |
# File 'sig/types.rbs', line 3317 def language_configuration @language_configuration end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
3312 3313 3314 |
# File 'sig/types.rbs', line 3312 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3311 3312 3313 |
# File 'sig/types.rbs', line 3311 def last_modified_time @last_modified_time end |
#last_validation_time ⇒ ::Time
Returns the value of attribute last_validation_time.
3319 3320 3321 |
# File 'sig/types.rbs', line 3319 def last_validation_time @last_validation_time end |
#latest_validation_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute latest_validation_status.
3318 3319 3320 |
# File 'sig/types.rbs', line 3318 def latest_validation_status @latest_validation_status end |
#locked ⇒ Boolean
Returns the value of attribute locked.
3302 3303 3304 |
# File 'sig/types.rbs', line 3302 def locked @locked end |
#review_configuration ⇒ Types::EvaluationReviewConfiguration
Returns the value of attribute review_configuration.
3314 3315 3316 |
# File 'sig/types.rbs', line 3314 def review_configuration @review_configuration end |
#scoring_strategy ⇒ Types::EvaluationFormScoringStrategy
Returns the value of attribute scoring_strategy.
3308 3309 3310 |
# File 'sig/types.rbs', line 3308 def scoring_strategy @scoring_strategy end |
#status ⇒ "DRAFT", "ACTIVE"
Returns the value of attribute status.
3306 3307 3308 |
# File 'sig/types.rbs', line 3306 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3315 3316 3317 |
# File 'sig/types.rbs', line 3315 def @tags end |
#target_configuration ⇒ Types::EvaluationFormTargetConfiguration
Returns the value of attribute target_configuration.
3316 3317 3318 |
# File 'sig/types.rbs', line 3316 def target_configuration @target_configuration end |
#title ⇒ ::String
Returns the value of attribute title.
3304 3305 3306 |
# File 'sig/types.rbs', line 3304 def title @title end |