Class: Aws::Types::UpdateEvaluationFormRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#as_draftBoolean

Returns the value of attribute as_draft.

Returns:

  • (Boolean)


8688
8689
8690
# File 'sig/types.rbs', line 8688

def as_draft
  @as_draft
end

#auto_evaluation_configurationTypes::EvaluationFormAutoEvaluationConfiguration

Returns the value of attribute auto_evaluation_configuration.



8686
8687
8688
# File 'sig/types.rbs', line 8686

def auto_evaluation_configuration
  @auto_evaluation_configuration
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


8689
8690
8691
# File 'sig/types.rbs', line 8689

def client_token
  @client_token
end

#create_new_versionBoolean

Returns the value of attribute create_new_version.

Returns:

  • (Boolean)


8681
8682
8683
# File 'sig/types.rbs', line 8681

def create_new_version
  @create_new_version
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8683
8684
8685
# File 'sig/types.rbs', line 8683

def description
  @description
end

#evaluation_form_id::String

Returns the value of attribute evaluation_form_id.

Returns:

  • (::String)


8679
8680
8681
# File 'sig/types.rbs', line 8679

def evaluation_form_id
  @evaluation_form_id
end

#evaluation_form_version::Integer

Returns the value of attribute evaluation_form_version.

Returns:

  • (::Integer)


8680
8681
8682
# File 'sig/types.rbs', line 8680

def evaluation_form_version
  @evaluation_form_version
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8678
8679
8680
# File 'sig/types.rbs', line 8678

def instance_id
  @instance_id
end

#items::Array[Types::EvaluationFormItem]

Returns the value of attribute items.

Returns:



8684
8685
8686
# File 'sig/types.rbs', line 8684

def items
  @items
end

#language_configurationTypes::EvaluationFormLanguageConfiguration

Returns the value of attribute language_configuration.



8691
8692
8693
# File 'sig/types.rbs', line 8691

def language_configuration
  @language_configuration
end

#review_configurationTypes::EvaluationReviewConfiguration

Returns the value of attribute review_configuration.



8687
8688
8689
# File 'sig/types.rbs', line 8687

def review_configuration
  @review_configuration
end

#scoring_strategyTypes::EvaluationFormScoringStrategy

Returns the value of attribute scoring_strategy.



8685
8686
8687
# File 'sig/types.rbs', line 8685

def scoring_strategy
  @scoring_strategy
end

#target_configurationTypes::EvaluationFormTargetConfiguration

Returns the value of attribute target_configuration.



8690
8691
8692
# File 'sig/types.rbs', line 8690

def target_configuration
  @target_configuration
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


8682
8683
8684
# File 'sig/types.rbs', line 8682

def title
  @title
end