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.
908 909 910 |
# File 'sig/types.rbs', line 908 def maximum @maximum end |
#minimum ⇒ ::Float
Returns the value of attribute minimum.
907 908 909 |
# File 'sig/types.rbs', line 907 def minimum @minimum end |