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)


849
850
851
852
853
854
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 849

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)


849
850
851
852
853
854
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 849

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