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.
28830 28831 28832 28833 28834 28835 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28830 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.
28830 28831 28832 28833 28834 28835 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28830 class TableRowConditionalFormatting < Struct.new( :background_color, :text_color) SENSITIVE = [] include Aws::Structure end |