Class: Aws::QuickSight::Types::TextConditionalFormat

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

Overview

The conditional formatting for the text.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#background_colorTypes::ConditionalFormattingColor

The conditional formatting for the text background color.



41618
41619
41620
41621
41622
41623
41624
# File 'lib/aws-sdk-quicksight/types.rb', line 41618

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

#iconTypes::ConditionalFormattingIcon

The conditional formatting for the icon.



41618
41619
41620
41621
41622
41623
41624
# File 'lib/aws-sdk-quicksight/types.rb', line 41618

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

#text_colorTypes::ConditionalFormattingColor

The conditional formatting for the text color.



41618
41619
41620
41621
41622
41623
41624
# File 'lib/aws-sdk-quicksight/types.rb', line 41618

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