Class: Aws::QuickSight::Types::PivotTableCellConditionalFormatting
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::PivotTableCellConditionalFormatting
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The cell conditional formatting option for a pivot table.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #field_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The field ID of the cell for conditional formatting. 
- 
  
    
      #scope  ⇒ Types::PivotTableConditionalFormattingScope 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The scope of the cell for conditional formatting. 
- 
  
    
      #scopes  ⇒ Array<Types::PivotTableConditionalFormattingScope> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of cell scopes 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.
| 27303 27304 27305 27306 27307 27308 27309 27310 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27303 class PivotTableCellConditionalFormatting < Struct.new( :field_id, :text_format, :scope, :scopes) SENSITIVE = [] include Aws::Structure end | 
#scope ⇒ Types::PivotTableConditionalFormattingScope
The scope of the cell for conditional formatting.
| 27303 27304 27305 27306 27307 27308 27309 27310 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27303 class PivotTableCellConditionalFormatting < Struct.new( :field_id, :text_format, :scope, :scopes) SENSITIVE = [] include Aws::Structure end | 
#scopes ⇒ Array<Types::PivotTableConditionalFormattingScope>
A list of cell scopes for conditional formatting.
| 27303 27304 27305 27306 27307 27308 27309 27310 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27303 class PivotTableCellConditionalFormatting < Struct.new( :field_id, :text_format, :scope, :scopes) SENSITIVE = [] include Aws::Structure end | 
#text_format ⇒ Types::TextConditionalFormat
The text format of the cell for conditional formatting.
| 27303 27304 27305 27306 27307 27308 27309 27310 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27303 class PivotTableCellConditionalFormatting < Struct.new( :field_id, :text_format, :scope, :scopes) SENSITIVE = [] include Aws::Structure end |