Class: Aws::QuickSight::Types::TableCellConditionalFormatting
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TableCellConditionalFormatting
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The cell conditional formatting option for a table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_id ⇒ String
The field ID of the cell for conditional formatting.
-
#text_format ⇒ Types::TextConditionalFormat
The text format of the cell for conditional formatting.
Instance Attribute Details
#field_id ⇒ String
The field ID of the cell for conditional formatting.
29697 29698 29699 29700 29701 29702 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29697 class TableCellConditionalFormatting < Struct.new( :field_id, :text_format) SENSITIVE = [] include Aws::Structure end |
#text_format ⇒ Types::TextConditionalFormat
The text format of the cell for conditional formatting.
29697 29698 29699 29700 29701 29702 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29697 class TableCellConditionalFormatting < Struct.new( :field_id, :text_format) SENSITIVE = [] include Aws::Structure end |