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.



3394
3395
3396
# File 'sig/types.rbs', line 3394

def auto_evaluation_configuration
  @auto_evaluation_configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3391
3392
3393
# File 'sig/types.rbs', line 3391

def description
  @description
end

#evaluation_form_arn::String

Returns the value of attribute evaluation_form_arn.

Returns:

  • (::String)


3389
3390
3391
# File 'sig/types.rbs', line 3389

def evaluation_form_arn
  @evaluation_form_arn
end

#evaluation_form_id::String

Returns the value of attribute evaluation_form_id.

Returns:

  • (::String)


3388
3389
3390
# File 'sig/types.rbs', line 3388

def evaluation_form_id
  @evaluation_form_id
end

#evaluation_form_version::Integer

Returns the value of attribute evaluation_form_version.

Returns:

  • (::Integer)


3387
3388
3389
# File 'sig/types.rbs', line 3387

def evaluation_form_version
  @evaluation_form_version
end

#items::Array[Types::EvaluationFormItem]

Returns the value of attribute items.

Returns:



3392
3393
3394
# File 'sig/types.rbs', line 3392

def items
  @items
end

#language_configurationTypes::EvaluationFormLanguageConfiguration

Returns the value of attribute language_configuration.



3396
3397
3398
# File 'sig/types.rbs', line 3396

def language_configuration
  @language_configuration
end

#review_configurationTypes::EvaluationReviewConfiguration

Returns the value of attribute review_configuration.



3397
3398
3399
# File 'sig/types.rbs', line 3397

def review_configuration
  @review_configuration
end

#scoring_strategyTypes::EvaluationFormScoringStrategy

Returns the value of attribute scoring_strategy.



3393
3394
3395
# File 'sig/types.rbs', line 3393

def scoring_strategy
  @scoring_strategy
end

#target_configurationTypes::EvaluationFormTargetConfiguration

Returns the value of attribute target_configuration.



3395
3396
3397
# File 'sig/types.rbs', line 3395

def target_configuration
  @target_configuration
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


3390
3391
3392
# File 'sig/types.rbs', line 3390

def title
  @title
end