Class: Aws::QuickSight::Types::KPIProgressBarConditionalFormatting
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::KPIProgressBarConditionalFormatting
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The conditional formatting for the progress bar of a KPI visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#foreground_color ⇒ Types::ConditionalFormattingColor
The conditional formatting of the progress bar’s foreground color.
Instance Attribute Details
#foreground_color ⇒ Types::ConditionalFormattingColor
The conditional formatting of the progress bar’s foreground color.
19474 19475 19476 19477 19478 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19474 class KPIProgressBarConditionalFormatting < Struct.new( :foreground_color) SENSITIVE = [] include Aws::Structure end |