Class: Aws::Types::EvaluationFormContent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_evaluation_configurationTypes::EvaluationFormAutoEvaluationConfiguration

Returns the value of attribute auto_evaluation_configuration.



3336
3337
3338
# File 'sig/types.rbs', line 3336

def auto_evaluation_configuration
  @auto_evaluation_configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3333
3334
3335
# File 'sig/types.rbs', line 3333

def description
  @description
end

#evaluation_form_arn::String

Returns the value of attribute evaluation_form_arn.

Returns:

  • (::String)


3331
3332
3333
# File 'sig/types.rbs', line 3331

def evaluation_form_arn
  @evaluation_form_arn
end

#evaluation_form_id::String

Returns the value of attribute evaluation_form_id.

Returns:

  • (::String)


3330
3331
3332
# File 'sig/types.rbs', line 3330

def evaluation_form_id
  @evaluation_form_id
end

#evaluation_form_version::Integer

Returns the value of attribute evaluation_form_version.

Returns:

  • (::Integer)


3329
3330
3331
# File 'sig/types.rbs', line 3329

def evaluation_form_version
  @evaluation_form_version
end

#items::Array[Types::EvaluationFormItem]

Returns the value of attribute items.

Returns:



3334
3335
3336
# File 'sig/types.rbs', line 3334

def items
  @items
end

#language_configurationTypes::EvaluationFormLanguageConfiguration

Returns the value of attribute language_configuration.



3338
3339
3340
# File 'sig/types.rbs', line 3338

def language_configuration
  @language_configuration
end

#review_configurationTypes::EvaluationReviewConfiguration

Returns the value of attribute review_configuration.



3339
3340
3341
# File 'sig/types.rbs', line 3339

def review_configuration
  @review_configuration
end

#scoring_strategyTypes::EvaluationFormScoringStrategy

Returns the value of attribute scoring_strategy.



3335
3336
3337
# File 'sig/types.rbs', line 3335

def scoring_strategy
  @scoring_strategy
end

#target_configurationTypes::EvaluationFormTargetConfiguration

Returns the value of attribute target_configuration.



3337
3338
3339
# File 'sig/types.rbs', line 3337

def target_configuration
  @target_configuration
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


3332
3333
3334
# File 'sig/types.rbs', line 3332

def title
  @title
end