Class: Aws::QuickSight::Types::ArcOptions

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

Overview

The options that determine the arc thickness of a GaugeChartVisual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arc_thicknessString

The arc thickness of a GaugeChartVisual.

Returns:

  • (String)


1555
1556
1557
1558
1559
# File 'lib/aws-sdk-quicksight/types.rb', line 1555

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