Class: Aws::QuickSight::Types::AxisScale
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AxisScale
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The scale setup options for a numeric axis display.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#linear ⇒ Types::AxisLinearScale
The linear axis scale setup.
-
#logarithmic ⇒ Types::AxisLogarithmicScale
The logarithmic axis scale setup.
Instance Attribute Details
#linear ⇒ Types::AxisLinearScale
The linear axis scale setup.
2644 2645 2646 2647 2648 2649 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2644 class AxisScale < Struct.new( :linear, :logarithmic) SENSITIVE = [] include Aws::Structure end |
#logarithmic ⇒ Types::AxisLogarithmicScale
The logarithmic axis scale setup.
2644 2645 2646 2647 2648 2649 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2644 class AxisScale < Struct.new( :linear, :logarithmic) SENSITIVE = [] include Aws::Structure end |