Class: Aws::QuickSight::Types::KPIProgressBarConditionalFormatting
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::KPIProgressBarConditionalFormatting
- Defined in:
- gems/aws-sdk-quicksight/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.
20880 20881 20882 20883 20884 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20880 class KPIProgressBarConditionalFormatting < Struct.new( :foreground_color) SENSITIVE = [] include Aws::Structure end |