Class: Aws::Types::Range
- Inherits:
-
Object
- Object
- Aws::Types::Range
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_proficiency_level ⇒ ::Float
Returns the value of attribute max_proficiency_level.
-
#min_proficiency_level ⇒ ::Float
Returns the value of attribute min_proficiency_level.
Instance Attribute Details
#max_proficiency_level ⇒ ::Float
Returns the value of attribute max_proficiency_level.
6355 6356 6357 |
# File 'sig/types.rbs', line 6355 def max_proficiency_level @max_proficiency_level end |
#min_proficiency_level ⇒ ::Float
Returns the value of attribute min_proficiency_level.
6354 6355 6356 |
# File 'sig/types.rbs', line 6354 def min_proficiency_level @min_proficiency_level end |