Class: Aws::QuickSight::Types::PivotTableConditionalFormattingScope
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::PivotTableConditionalFormattingScope
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The scope of the cell for conditional formatting.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #role  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The role (field, field total, grand total) of the cell for conditional formatting. 
Instance Attribute Details
#role ⇒ String
The role (field, field total, grand total) of the cell for conditional formatting.
| 27349 27350 27351 27352 27353 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27349 class PivotTableConditionalFormattingScope < Struct.new( :role) SENSITIVE = [] include Aws::Structure end |