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