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.
| 1188 1189 1190 1191 1192 1193 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1188 class ArcAxisConfiguration < Struct.new( :range, :reserve_range) SENSITIVE = [] include Aws::Structure end | 
#reserve_range ⇒ Integer
The reserved range of the arc axis.
| 1188 1189 1190 1191 1192 1193 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1188 class ArcAxisConfiguration < Struct.new( :range, :reserve_range) SENSITIVE = [] include Aws::Structure end |