Class: Aws::Types::AxisDisplayMinMaxRange
- Inherits:
-
Object
- Object
- Aws::Types::AxisDisplayMinMaxRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum ⇒ ::Float
Returns the value of attribute maximum.
-
#minimum ⇒ ::Float
Returns the value of attribute minimum.
Instance Attribute Details
#maximum ⇒ ::Float
Returns the value of attribute maximum.
849 850 851 |
# File 'sig/types.rbs', line 849 def maximum @maximum end |
#minimum ⇒ ::Float
Returns the value of attribute minimum.
848 849 850 |
# File 'sig/types.rbs', line 848 def minimum @minimum end |