Class: Aws::QuickSight::Types::TableRowConditionalFormatting
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TableRowConditionalFormatting
- 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
-
#background_color ⇒ Types::ConditionalFormattingColor
The conditional formatting color (solid, gradient) of the background for a table row.
-
#text_color ⇒ Types::ConditionalFormattingColor
The conditional formatting color (solid, gradient) of the text for a table row.
Instance Attribute Details
#background_color ⇒ Types::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_color ⇒ Types::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 |