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

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

Instance Attribute Details

#foreground_colorTypes::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