Class: Aws::QuickSight::Types::GaugeChartArcConditionalFormatting
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GaugeChartArcConditionalFormatting
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the presentation of the arc of a ‘GaugeChartVisual`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#foreground_color ⇒ Types::ConditionalFormattingColor
The conditional formatting of the arc foreground color.
Instance Attribute Details
#foreground_color ⇒ Types::ConditionalFormattingColor
The conditional formatting of the arc foreground color.
21263 21264 21265 21266 21267 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21263 class GaugeChartArcConditionalFormatting < Struct.new( :foreground_color) SENSITIVE = [] include Aws::Structure end |