Class: Aws::QuickSight::Types::ArcAxisConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ArcAxisConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The arc axis configuration of a ‘GaugeChartVisual`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#range ⇒ Types::ArcAxisDisplayRange
The arc axis range of a ‘GaugeChartVisual`.
-
#reserve_range ⇒ Integer
The reserved range of the arc axis.
Instance Attribute Details
#range ⇒ Types::ArcAxisDisplayRange
The arc axis range of a ‘GaugeChartVisual`.
916 917 918 919 920 921 |
# File 'lib/aws-sdk-quicksight/types.rb', line 916 class ArcAxisConfiguration < Struct.new( :range, :reserve_range) SENSITIVE = [] include Aws::Structure end |
#reserve_range ⇒ Integer
The reserved range of the arc axis.
916 917 918 919 920 921 |
# File 'lib/aws-sdk-quicksight/types.rb', line 916 class ArcAxisConfiguration < Struct.new( :range, :reserve_range) SENSITIVE = [] include Aws::Structure end |