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

#ai_version::String

Returns the value of attribute ai_version.

Returns:

  • (::String)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def ai_version
  @ai_version
end

#as_draftBoolean

Returns the value of attribute as_draft.

Returns:

  • (Boolean)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def as_draft
  @as_draft
end

#auto_evaluation_configurationTypes::EvaluationFormAutoEvaluationConfiguration

Returns the value of attribute auto_evaluation_configuration.



1537
1538
1539
# File 'sig/types.rbs', line 1537

def auto_evaluation_configuration
  @auto_evaluation_configuration
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1532
1533
1534
# File 'sig/types.rbs', line 1532

def instance_id
  @instance_id
end

#items::Array[Types::EvaluationFormItem]

Returns the value of attribute items.

Returns:



1535
1536
1537
# File 'sig/types.rbs', line 1535

def items
  @items
end

#language_configurationTypes::EvaluationFormLanguageConfiguration

Returns the value of attribute language_configuration.



1543
1544
1545
# File 'sig/types.rbs', line 1543

def language_configuration
  @language_configuration
end

#review_configurationTypes::EvaluationReviewConfiguration

Returns the value of attribute review_configuration.



1541
1542
1543
# File 'sig/types.rbs', line 1541

def review_configuration
  @review_configuration
end

#scoring_strategyTypes::EvaluationFormScoringStrategy

Returns the value of attribute scoring_strategy.



1536
1537
1538
# File 'sig/types.rbs', line 1536

def scoring_strategy
  @scoring_strategy
end

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

Returns the value of attribute tags.

Returns:

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


1540
1541
1542
# File 'sig/types.rbs', line 1540

def tags
  @tags
end

#target_configurationTypes::EvaluationFormTargetConfiguration

Returns the value of attribute target_configuration.



1542
1543
1544
# File 'sig/types.rbs', line 1542

def target_configuration
  @target_configuration
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def title
  @title
end