Class: Aws::Types::EvaluationScore

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#applied_weight::Float

Returns the value of attribute applied_weight.



3899
3900
3901
# File 'sig/types.rbs', line 3899

def applied_weight
  @applied_weight
end

#automatic_failBoolean

Returns the value of attribute automatic_fail.



3898
3899
3900
# File 'sig/types.rbs', line 3898

def automatic_fail
  @automatic_fail
end

#earned_points::Integer

Returns the value of attribute earned_points.



3900
3901
3902
# File 'sig/types.rbs', line 3900

def earned_points
  @earned_points
end

#max_base_point::Integer

Returns the value of attribute max_base_point.



3901
3902
3903
# File 'sig/types.rbs', line 3901

def max_base_point
  @max_base_point
end

#not_applicableBoolean

Returns the value of attribute not_applicable.



3897
3898
3899
# File 'sig/types.rbs', line 3897

def not_applicable
  @not_applicable
end

#percentage::Float

Returns the value of attribute percentage.



3896
3897
3898
# File 'sig/types.rbs', line 3896

def percentage
  @percentage
end

#performance_category"NEEDS_IMPROVEMENT", "EXCEEDS_EXPECTATIONS"

Returns the value of attribute performance_category.



3902
3903
3904
# File 'sig/types.rbs', line 3902

def performance_category
  @performance_category
end