Class: Aws::Types::AxisScale
- Inherits:
-
Object
- Object
- Aws::Types::AxisScale
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#linear ⇒ Types::AxisLinearScale
Returns the value of attribute linear.
-
#logarithmic ⇒ Types::AxisLogarithmicScale
Returns the value of attribute logarithmic.
Instance Attribute Details
#linear ⇒ Types::AxisLinearScale
Returns the value of attribute linear.
894 895 896 |
# File 'sig/types.rbs', line 894 def linear @linear end |
#logarithmic ⇒ Types::AxisLogarithmicScale
Returns the value of attribute logarithmic.
895 896 897 |
# File 'sig/types.rbs', line 895 def logarithmic @logarithmic end |