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

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

Instance Attribute Details

#rangeTypes::ArcAxisDisplayRange

The arc axis range of a GaugeChartVisual.



780
781
782
783
784
785
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 780

class ArcAxisConfiguration < Struct.new(
  :range,
  :reserve_range)
  SENSITIVE = []
  include Aws::Structure
end

#reserve_rangeInteger

The reserved range of the arc axis.

Returns:

  • (Integer)


780
781
782
783
784
785
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 780

class ArcAxisConfiguration < Struct.new(
  :range,
  :reserve_range)
  SENSITIVE = []
  include Aws::Structure
end