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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



28447
28448
28449
28450
28451
28452
28453
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28447

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

#iconTypes::ConditionalFormattingIcon

The conditional formatting for the icon.



28447
28448
28449
28450
28451
28452
28453
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28447

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

#text_colorTypes::ConditionalFormattingColor

The conditional formatting for the text color.



28447
28448
28449
28450
28451
28452
28453
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28447

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