Class: Aws::QuickSight::Types::TableRowConditionalFormatting

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

Overview

The conditional formatting of a table row.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#background_colorTypes::ConditionalFormattingColor

The conditional formatting color (solid, gradient) of the background for a table row.



27793
27794
27795
27796
27797
27798
# File 'lib/aws-sdk-quicksight/types.rb', line 27793

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

#text_colorTypes::ConditionalFormattingColor

The conditional formatting color (solid, gradient) of the text for a table row.



27793
27794
27795
27796
27797
27798
# File 'lib/aws-sdk-quicksight/types.rb', line 27793

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