Class: Aws::QuickSight::Types::AxisLogarithmicScale
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AxisLogarithmicScale
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The logarithmic axis scale setup.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#base ⇒ Float
The base setup of a logarithmic axis scale.
Instance Attribute Details
#base ⇒ Float
The base setup of a logarithmic axis scale.
2623 2624 2625 2626 2627 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2623 class AxisLogarithmicScale < Struct.new( :base) SENSITIVE = [] include Aws::Structure end |