Class: Aws::QuickSight::Types::ArcAxisConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ArcAxisConfiguration
- Defined in:
- gems/aws-sdk-quicksight/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
.
940 941 942 943 944 945 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 940 class ArcAxisConfiguration < Struct.new( :range, :reserve_range) SENSITIVE = [] include Aws::Structure end |
#reserve_range ⇒ Integer
The reserved range of the arc axis.
940 941 942 943 944 945 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 940 class ArcAxisConfiguration < Struct.new( :range, :reserve_range) SENSITIVE = [] include Aws::Structure end |