Class: Aws::QuickSight::Types::ArcConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ArcConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The arc configuration of a ‘GaugeChartVisual`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arc_angle ⇒ Float
The option that determines the arc angle of a ‘GaugeChartVisual`.
-
#arc_thickness ⇒ String
The options that determine the arc thickness of a ‘GaugeChartVisual`.
Instance Attribute Details
#arc_angle ⇒ Float
The option that determines the arc angle of a ‘GaugeChartVisual`.
974 975 976 977 978 979 |
# File 'lib/aws-sdk-quicksight/types.rb', line 974 class ArcConfiguration < Struct.new( :arc_angle, :arc_thickness) SENSITIVE = [] include Aws::Structure end |
#arc_thickness ⇒ String
The options that determine the arc thickness of a ‘GaugeChartVisual`.
974 975 976 977 978 979 |
# File 'lib/aws-sdk-quicksight/types.rb', line 974 class ArcConfiguration < Struct.new( :arc_angle, :arc_thickness) SENSITIVE = [] include Aws::Structure end |