Class: Aws::QuickSight::Types::TableConditionalFormattingOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TableConditionalFormattingOption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Conditional formatting options for a ‘PivotTableVisual`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cell ⇒ Types::TableCellConditionalFormatting
The cell conditional formatting option for a table.
-
#row ⇒ Types::TableRowConditionalFormatting
The row conditional formatting option for a table.
Instance Attribute Details
#cell ⇒ Types::TableCellConditionalFormatting
The cell conditional formatting option for a table.
28264 28265 28266 28267 28268 28269 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28264 class TableConditionalFormattingOption < Struct.new( :cell, :row) SENSITIVE = [] include Aws::Structure end |
#row ⇒ Types::TableRowConditionalFormatting
The row conditional formatting option for a table.
28264 28265 28266 28267 28268 28269 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28264 class TableConditionalFormattingOption < Struct.new( :cell, :row) SENSITIVE = [] include Aws::Structure end |