Class: Aws::Types::EvaluationForm

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#ai_version::String

Returns the value of attribute ai_version.

Returns:



3440
3441
3442
# File 'sig/types.rbs', line 3440

def ai_version
  @ai_version
end

#auto_evaluation_configurationTypes::EvaluationFormAutoEvaluationConfiguration

Returns the value of attribute auto_evaluation_configuration.

Returns:



3433
3434
3435
# File 'sig/types.rbs', line 3433

def auto_evaluation_configuration
  @auto_evaluation_configuration
end

#created_by::String

Returns the value of attribute created_by.

Returns:



3430
3431
3432
# File 'sig/types.rbs', line 3430

def created_by
  @created_by
end

#created_time::Time

Returns the value of attribute created_time.

Returns:



3429
3430
3431
# File 'sig/types.rbs', line 3429

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:



3425
3426
3427
# File 'sig/types.rbs', line 3425

def description
  @description
end

#evaluation_form_arn::String

Returns the value of attribute evaluation_form_arn.

Returns:



3423
3424
3425
# File 'sig/types.rbs', line 3423

def evaluation_form_arn
  @evaluation_form_arn
end

#evaluation_form_id::String

Returns the value of attribute evaluation_form_id.

Returns:



3420
3421
3422
# File 'sig/types.rbs', line 3420

def evaluation_form_id
  @evaluation_form_id
end

#evaluation_form_version::Integer

Returns the value of attribute evaluation_form_version.

Returns:



3421
3422
3423
# File 'sig/types.rbs', line 3421

def evaluation_form_version
  @evaluation_form_version
end

#items::Array[Types::EvaluationFormItem]

Returns the value of attribute items.

Returns:



3427
3428
3429
# File 'sig/types.rbs', line 3427

def items
  @items
end

#language_configurationTypes::EvaluationFormLanguageConfiguration

Returns the value of attribute language_configuration.

Returns:



3437
3438
3439
# File 'sig/types.rbs', line 3437

def language_configuration
  @language_configuration
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:



3432
3433
3434
# File 'sig/types.rbs', line 3432

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



3431
3432
3433
# File 'sig/types.rbs', line 3431

def last_modified_time
  @last_modified_time
end

#last_validation_time::Time

Returns the value of attribute last_validation_time.

Returns:



3439
3440
3441
# File 'sig/types.rbs', line 3439

def last_validation_time
  @last_validation_time
end

#latest_validation_status"IN_PROGRESS", ...

Returns the value of attribute latest_validation_status.

Returns:



3438
3439
3440
# File 'sig/types.rbs', line 3438

def latest_validation_status
  @latest_validation_status
end

#lockedBoolean

Returns the value of attribute locked.

Returns:



3422
3423
3424
# File 'sig/types.rbs', line 3422

def locked
  @locked
end

#review_configurationTypes::EvaluationReviewConfiguration

Returns the value of attribute review_configuration.

Returns:



3434
3435
3436
# File 'sig/types.rbs', line 3434

def review_configuration
  @review_configuration
end

#scoring_strategyTypes::EvaluationFormScoringStrategy

Returns the value of attribute scoring_strategy.

Returns:



3428
3429
3430
# File 'sig/types.rbs', line 3428

def scoring_strategy
  @scoring_strategy
end

#status"DRAFT", "ACTIVE"

Returns the value of attribute status.

Returns:



3426
3427
3428
# File 'sig/types.rbs', line 3426

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



3435
3436
3437
# File 'sig/types.rbs', line 3435

def tags
  @tags
end

#target_configurationTypes::EvaluationFormTargetConfiguration

Returns the value of attribute target_configuration.

Returns:



3436
3437
3438
# File 'sig/types.rbs', line 3436

def target_configuration
  @target_configuration
end

#title::String

Returns the value of attribute title.

Returns:



3424
3425
3426
# File 'sig/types.rbs', line 3424

def title
  @title
end