Class: Aws::QuickSight::Types::KPIPrimaryValueConditionalFormatting
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::KPIPrimaryValueConditionalFormatting
- 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
-
#icon ⇒ Types::ConditionalFormattingIcon
The conditional formatting of the primary value’s icon.
-
#text_color ⇒ Types::ConditionalFormattingColor
The conditional formatting of the primary value’s text color.
Instance Attribute Details
#icon ⇒ Types::ConditionalFormattingIcon
The conditional formatting of the primary value’s icon.
20575 20576 20577 20578 20579 20580 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20575 class KPIPrimaryValueConditionalFormatting < Struct.new( :text_color, :icon) SENSITIVE = [] include Aws::Structure end |
#text_color ⇒ Types::ConditionalFormattingColor
The conditional formatting of the primary value’s text color.
20575 20576 20577 20578 20579 20580 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20575 class KPIPrimaryValueConditionalFormatting < Struct.new( :text_color, :icon) SENSITIVE = [] include Aws::Structure end |