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.



30135
30136
30137
30138
30139
30140
# File 'lib/aws-sdk-quicksight/types.rb', line 30135

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.



30135
30136
30137
30138
30139
30140
# File 'lib/aws-sdk-quicksight/types.rb', line 30135

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