Class: Aws::Types::AxisScale

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#linearTypes::AxisLinearScale

Returns the value of attribute linear.



894
895
896
# File 'sig/types.rbs', line 894

def linear
  @linear
end

#logarithmicTypes::AxisLogarithmicScale

Returns the value of attribute logarithmic.



895
896
897
# File 'sig/types.rbs', line 895

def logarithmic
  @logarithmic
end