Class: Aws::QuickSight::Types::ArcConfiguration

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

Overview

The arc configuration of a GaugeChartVisual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arc_angleFloat

The option that determines the arc angle of a GaugeChartVisual.

Returns:

  • (Float)


819
820
821
822
823
824
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 819

class ArcConfiguration < Struct.new(
  :arc_angle,
  :arc_thickness)
  SENSITIVE = []
  include Aws::Structure
end

#arc_thicknessString

The options that determine the arc thickness of a GaugeChartVisual.

Returns:

  • (String)


819
820
821
822
823
824
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 819

class ArcConfiguration < Struct.new(
  :arc_angle,
  :arc_thickness)
  SENSITIVE = []
  include Aws::Structure
end