Class: Aws::QuickSight::Types::KPIProgressBarConditionalFormatting

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#foreground_colorTypes::ConditionalFormattingColor

The conditional formatting of the progress bar’s foreground color.



18445
18446
18447
18448
18449
# File 'lib/aws-sdk-quicksight/types.rb', line 18445

class KPIProgressBarConditionalFormatting < Struct.new(
  :foreground_color)
  SENSITIVE = []
  include Aws::Structure
end