Class: Aws::QuickSight::Types::ArcOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ArcOptions
- Defined in:
- gems/aws-sdk-quicksight/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
-
#arc_thickness ⇒ String
The arc thickness of a
GaugeChartVisual.
Instance Attribute Details
#arc_thickness ⇒ String
The arc thickness of a GaugeChartVisual.
1361 1362 1363 1364 1365 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1361 class ArcOptions < Struct.new( :arc_thickness) SENSITIVE = [] include Aws::Structure end |