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.
2630 2631 2632 2633 2634 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2630 class AxisLogarithmicScale < Struct.new( :base) SENSITIVE = [] include Aws::Structure end |