Class: Aws::QuickSight::Types::ArcAxisDisplayRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ArcAxisDisplayRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The arc axis range of a ‘GaugeChartVisual`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max ⇒ Float
The maximum value of the arc axis range.
-
#min ⇒ Float
The minimum value of the arc axis range.
Instance Attribute Details
#max ⇒ Float
The maximum value of the arc axis range.
954 955 956 957 958 959 |
# File 'lib/aws-sdk-quicksight/types.rb', line 954 class ArcAxisDisplayRange < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |
#min ⇒ Float
The minimum value of the arc axis range.
954 955 956 957 958 959 |
# File 'lib/aws-sdk-quicksight/types.rb', line 954 class ArcAxisDisplayRange < Struct.new( :min, :max) SENSITIVE = [] include Aws::Structure end |