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.
28491 28492 28493 28494 28495 28496 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28491 class TableConditionalFormattingOption < Struct.new( :cell, :row) SENSITIVE = [] include Aws::Structure end |
#row ⇒ Types::TableRowConditionalFormatting
The row conditional formatting option for a table.
28491 28492 28493 28494 28495 28496 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28491 class TableConditionalFormattingOption < Struct.new( :cell, :row) SENSITIVE = [] include Aws::Structure end |