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.
953 954 955 |
# File 'sig/types.rbs', line 953 def linear @linear end |
#logarithmic ⇒ Types::AxisLogarithmicScale
Returns the value of attribute logarithmic.
954 955 956 |
# File 'sig/types.rbs', line 954 def logarithmic @logarithmic end |