Class: Aws::QuickSight::Types::NumericAxisOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NumericAxisOptions
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The options for an axis with a numeric field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#range ⇒ Types::AxisDisplayRange
The range setup of a numeric axis.
-
#scale ⇒ Types::AxisScale
The scale setup of a numeric axis.
Instance Attribute Details
#range ⇒ Types::AxisDisplayRange
The range setup of a numeric axis.
24476 24477 24478 24479 24480 24481 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24476 class NumericAxisOptions < Struct.new( :scale, :range) SENSITIVE = [] include Aws::Structure end |
#scale ⇒ Types::AxisScale
The scale setup of a numeric axis.
24476 24477 24478 24479 24480 24481 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24476 class NumericAxisOptions < Struct.new( :scale, :range) SENSITIVE = [] include Aws::Structure end |