Class: Aws::Types::EvaluationFormSection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instructions::String

Returns the value of attribute instructions.

Returns:

  • (::String)


3631
3632
3633
# File 'sig/types.rbs', line 3631

def instructions
  @instructions
end

#is_excluded_from_scoringBoolean

Returns the value of attribute is_excluded_from_scoring.

Returns:

  • (Boolean)


3634
3635
3636
# File 'sig/types.rbs', line 3634

def is_excluded_from_scoring
  @is_excluded_from_scoring
end

#items::Array[Types::EvaluationFormItem]

Returns the value of attribute items.

Returns:



3632
3633
3634
# File 'sig/types.rbs', line 3632

def items
  @items
end

#ref_id::String

Returns the value of attribute ref_id.

Returns:

  • (::String)


3630
3631
3632
# File 'sig/types.rbs', line 3630

def ref_id
  @ref_id
end

#score_thresholds::Array[Types::EvaluationFormScoreThreshold]

Returns the value of attribute score_thresholds.



3635
3636
3637
# File 'sig/types.rbs', line 3635

def score_thresholds
  @score_thresholds
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


3629
3630
3631
# File 'sig/types.rbs', line 3629

def title
  @title
end

#weight::Float

Returns the value of attribute weight.

Returns:

  • (::Float)


3633
3634
3635
# File 'sig/types.rbs', line 3633

def weight
  @weight
end