Class: Aws::Types::CreateEvaluationFormRequest

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)


1522
1523
1524
# File 'sig/types.rbs', line 1522

def as_draft
  @as_draft
end

#auto_evaluation_configurationTypes::EvaluationFormAutoEvaluationConfiguration

Returns the value of attribute auto_evaluation_configuration.



1520
1521
1522
# File 'sig/types.rbs', line 1520

def auto_evaluation_configuration
  @auto_evaluation_configuration
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1521
1522
1523
# File 'sig/types.rbs', line 1521

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1517
1518
1519
# File 'sig/types.rbs', line 1517

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1515
1516
1517
# File 'sig/types.rbs', line 1515

def instance_id
  @instance_id
end

#items::Array[Types::EvaluationFormItem]

Returns the value of attribute items.

Returns:



1518
1519
1520
# File 'sig/types.rbs', line 1518

def items
  @items
end

#language_configurationTypes::EvaluationFormLanguageConfiguration

Returns the value of attribute language_configuration.



1526
1527
1528
# File 'sig/types.rbs', line 1526

def language_configuration
  @language_configuration
end

#review_configurationTypes::EvaluationReviewConfiguration

Returns the value of attribute review_configuration.



1524
1525
1526
# File 'sig/types.rbs', line 1524

def review_configuration
  @review_configuration
end

#scoring_strategyTypes::EvaluationFormScoringStrategy

Returns the value of attribute scoring_strategy.



1519
1520
1521
# File 'sig/types.rbs', line 1519

def scoring_strategy
  @scoring_strategy
end

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

Returns the value of attribute tags.

Returns:

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


1523
1524
1525
# File 'sig/types.rbs', line 1523

def tags
  @tags
end

#target_configurationTypes::EvaluationFormTargetConfiguration

Returns the value of attribute target_configuration.



1525
1526
1527
# File 'sig/types.rbs', line 1525

def target_configuration
  @target_configuration
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1516
1517
1518
# File 'sig/types.rbs', line 1516

def title
  @title
end