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)


28392
28393
28394
28395
28396
28397
# File 'lib/aws-sdk-quicksight/types.rb', line 28392

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.



28392
28393
28394
28395
28396
28397
# File 'lib/aws-sdk-quicksight/types.rb', line 28392

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