Class: Aws::QuickSight::Types::GaugeChartPrimaryValueConditionalFormatting

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 ‘GaugeChartVisual`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iconTypes::ConditionalFormattingIcon

The conditional formatting of the primary value icon.



15600
15601
15602
15603
15604
15605
# File 'lib/aws-sdk-quicksight/types.rb', line 15600

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

#text_colorTypes::ConditionalFormattingColor

The conditional formatting of the primary value text color.



15600
15601
15602
15603
15604
15605
# File 'lib/aws-sdk-quicksight/types.rb', line 15600

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