Class: Aws::QuickSight::Types::KPIPrimaryValueConditionalFormatting

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The conditional formatting for the primary value of a KPI visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iconTypes::ConditionalFormattingIcon

The conditional formatting of the primary value’s icon.



18430
18431
18432
18433
18434
18435
# File 'lib/aws-sdk-quicksight/types.rb', line 18430

class KPIPrimaryValueConditionalFormatting < Struct.new(
  :text_color,
  :icon)
  SENSITIVE = []
  include Aws::Structure
end

#text_colorTypes::ConditionalFormattingColor

The conditional formatting of the primary value’s text color.



18430
18431
18432
18433
18434
18435
# File 'lib/aws-sdk-quicksight/types.rb', line 18430

class KPIPrimaryValueConditionalFormatting < Struct.new(
  :text_color,
  :icon)
  SENSITIVE = []
  include Aws::Structure
end