Class: Aws::QuickSight::Types::ArcAxisDisplayRange

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The arc axis range of a ‘GaugeChartVisual`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maxFloat

The maximum value of the arc axis range.

Returns:

  • (Float)


935
936
937
938
939
940
# File 'lib/aws-sdk-quicksight/types.rb', line 935

class ArcAxisDisplayRange < Struct.new(
  :min,
  :max)
  SENSITIVE = []
  include Aws::Structure
end

#minFloat

The minimum value of the arc axis range.

Returns:

  • (Float)


935
936
937
938
939
940
# File 'lib/aws-sdk-quicksight/types.rb', line 935

class ArcAxisDisplayRange < Struct.new(
  :min,
  :max)
  SENSITIVE = []
  include Aws::Structure
end