Class: Aws::Types::UncertaintyRange
- Inherits:
-
Object
- Object
- Aws::Types::UncertaintyRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lower_bound_value ⇒ ::Float
Returns the value of attribute lower_bound_value.
-
#upper_bound_value ⇒ ::Float
Returns the value of attribute upper_bound_value.
Instance Attribute Details
#lower_bound_value ⇒ ::Float
Returns the value of attribute lower_bound_value.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def lower_bound_value @lower_bound_value end |
#upper_bound_value ⇒ ::Float
Returns the value of attribute upper_bound_value.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def upper_bound_value @upper_bound_value end |