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)


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_formatTypes::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