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)


1503
1504
1505
# File 'sig/types.rbs', line 1503

def as_draft
  @as_draft
end

#auto_evaluation_configurationTypes::EvaluationFormAutoEvaluationConfiguration

Returns the value of attribute auto_evaluation_configuration.



1501
1502
1503
# File 'sig/types.rbs', line 1501

def auto_evaluation_configuration
  @auto_evaluation_configuration
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1502
1503
1504
# File 'sig/types.rbs', line 1502

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1498
1499
1500
# File 'sig/types.rbs', line 1498

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1496
1497
1498
# File 'sig/types.rbs', line 1496

def instance_id
  @instance_id
end

#items::Array[Types::EvaluationFormItem]

Returns the value of attribute items.

Returns:



1499
1500
1501
# File 'sig/types.rbs', line 1499

def items
  @items
end

#language_configurationTypes::EvaluationFormLanguageConfiguration

Returns the value of attribute language_configuration.



1507
1508
1509
# File 'sig/types.rbs', line 1507

def language_configuration
  @language_configuration
end

#review_configurationTypes::EvaluationReviewConfiguration

Returns the value of attribute review_configuration.



1505
1506
1507
# File 'sig/types.rbs', line 1505

def review_configuration
  @review_configuration
end

#scoring_strategyTypes::EvaluationFormScoringStrategy

Returns the value of attribute scoring_strategy.



1500
1501
1502
# File 'sig/types.rbs', line 1500

def scoring_strategy
  @scoring_strategy
end

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

Returns the value of attribute tags.

Returns:

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


1504
1505
1506
# File 'sig/types.rbs', line 1504

def tags
  @tags
end

#target_configurationTypes::EvaluationFormTargetConfiguration

Returns the value of attribute target_configuration.



1506
1507
1508
# File 'sig/types.rbs', line 1506

def target_configuration
  @target_configuration
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1497
1498
1499
# File 'sig/types.rbs', line 1497

def title
  @title
end