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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


27201
27202
27203
27204
27205
27206
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27201

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.



27201
27202
27203
27204
27205
27206
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27201

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