Class: Aws::Types::CreateEvaluationFormRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEvaluationFormRequest
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#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
#as_draft ⇒ Boolean
Returns the value of attribute as_draft.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def as_draft @as_draft end |
#auto_evaluation_configuration ⇒ Types::EvaluationFormAutoEvaluationConfiguration
Returns the value of attribute auto_evaluation_configuration.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def auto_evaluation_configuration @auto_evaluation_configuration end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def instance_id @instance_id end |
#items ⇒ ::Array[Types::EvaluationFormItem]
Returns the value of attribute items.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def items @items end |
#language_configuration ⇒ Types::EvaluationFormLanguageConfiguration
Returns the value of attribute language_configuration.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def language_configuration @language_configuration end |
#review_configuration ⇒ Types::EvaluationReviewConfiguration
Returns the value of attribute review_configuration.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def review_configuration @review_configuration end |
#scoring_strategy ⇒ Types::EvaluationFormScoringStrategy
Returns the value of attribute scoring_strategy.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def scoring_strategy @scoring_strategy end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def @tags end |
#target_configuration ⇒ Types::EvaluationFormTargetConfiguration
Returns the value of attribute target_configuration.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def target_configuration @target_configuration end |
#title ⇒ ::String
Returns the value of attribute title.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def title @title end |