Class: Aws::QuickSight::Types::ArcAxisConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#rangeTypes::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_rangeInteger

The reserved range of the arc axis.

Returns:

  • (Integer)


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