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`.



1300
1301
1302
1303
1304
1305
# File 'lib/aws-sdk-quicksight/types.rb', line 1300

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

#reserve_rangeInteger

The reserved range of the arc axis.

Returns:

  • (Integer)


1300
1301
1302
1303
1304
1305
# File 'lib/aws-sdk-quicksight/types.rb', line 1300

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