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

#auto_evaluation_configurationTypes::EvaluationFormAutoEvaluationConfiguration

Returns the value of attribute auto_evaluation_configuration.



3366
3367
3368
# File 'sig/types.rbs', line 3366

def auto_evaluation_configuration
  @auto_evaluation_configuration
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3363
3364
3365
# File 'sig/types.rbs', line 3363

def created_by
  @created_by
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3362
3363
3364
# File 'sig/types.rbs', line 3362

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3358
3359
3360
# File 'sig/types.rbs', line 3358

def description
  @description
end

#evaluation_form_arn::String

Returns the value of attribute evaluation_form_arn.

Returns:

  • (::String)


3356
3357
3358
# File 'sig/types.rbs', line 3356

def evaluation_form_arn
  @evaluation_form_arn
end

#evaluation_form_id::String

Returns the value of attribute evaluation_form_id.

Returns:

  • (::String)


3353
3354
3355
# File 'sig/types.rbs', line 3353

def evaluation_form_id
  @evaluation_form_id
end

#evaluation_form_version::Integer

Returns the value of attribute evaluation_form_version.

Returns:

  • (::Integer)


3354
3355
3356
# File 'sig/types.rbs', line 3354

def evaluation_form_version
  @evaluation_form_version
end

#items::Array[Types::EvaluationFormItem]

Returns the value of attribute items.

Returns:



3360
3361
3362
# File 'sig/types.rbs', line 3360

def items
  @items
end

#language_configurationTypes::EvaluationFormLanguageConfiguration

Returns the value of attribute language_configuration.



3370
3371
3372
# File 'sig/types.rbs', line 3370

def language_configuration
  @language_configuration
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


3365
3366
3367
# File 'sig/types.rbs', line 3365

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3364
3365
3366
# File 'sig/types.rbs', line 3364

def last_modified_time
  @last_modified_time
end

#last_validation_time::Time

Returns the value of attribute last_validation_time.

Returns:

  • (::Time)


3372
3373
3374
# File 'sig/types.rbs', line 3372

def last_validation_time
  @last_validation_time
end

#latest_validation_status"IN_PROGRESS", ...

Returns the value of attribute latest_validation_status.

Returns:

  • ("IN_PROGRESS", "COMPLETED", "FAILED")


3371
3372
3373
# File 'sig/types.rbs', line 3371

def latest_validation_status
  @latest_validation_status
end

#lockedBoolean

Returns the value of attribute locked.

Returns:

  • (Boolean)


3355
3356
3357
# File 'sig/types.rbs', line 3355

def locked
  @locked
end

#review_configurationTypes::EvaluationReviewConfiguration

Returns the value of attribute review_configuration.



3367
3368
3369
# File 'sig/types.rbs', line 3367

def review_configuration
  @review_configuration
end

#scoring_strategyTypes::EvaluationFormScoringStrategy

Returns the value of attribute scoring_strategy.



3361
3362
3363
# File 'sig/types.rbs', line 3361

def scoring_strategy
  @scoring_strategy
end

#status"DRAFT", "ACTIVE"

Returns the value of attribute status.

Returns:

  • ("DRAFT", "ACTIVE")


3359
3360
3361
# File 'sig/types.rbs', line 3359

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


3368
3369
3370
# File 'sig/types.rbs', line 3368

def tags
  @tags
end

#target_configurationTypes::EvaluationFormTargetConfiguration

Returns the value of attribute target_configuration.



3369
3370
3371
# File 'sig/types.rbs', line 3369

def target_configuration
  @target_configuration
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


3357
3358
3359
# File 'sig/types.rbs', line 3357

def title
  @title
end