Class: Aws::QuickSight::Types::TableCellConditionalFormatting

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#field_idString

The field ID of the cell for conditional formatting.

Returns:

  • (String)


40758
40759
40760
40761
40762
40763
# File 'lib/aws-sdk-quicksight/types.rb', line 40758

class TableCellConditionalFormatting < Struct.new(
  :field_id,
  :text_format)
  SENSITIVE = []
  include Aws::Structure
end

#text_formatTypes::TextConditionalFormat

The text format of the cell for conditional formatting.



40758
40759
40760
40761
40762
40763
# File 'lib/aws-sdk-quicksight/types.rb', line 40758

class TableCellConditionalFormatting < Struct.new(
  :field_id,
  :text_format)
  SENSITIVE = []
  include Aws::Structure
end