Class: Aws::QuickSight::Types::GaugeChartConditionalFormattingOption
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::GaugeChartConditionalFormattingOption
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Conditional formatting options of a GaugeChartVisual.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #arc  ⇒ Types::GaugeChartArcConditionalFormatting 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The options that determine the presentation of the arc of a GaugeChartVisual.
- 
  
    
      #primary_value  ⇒ Types::GaugeChartPrimaryValueConditionalFormatting 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The conditional formatting for the primary value of a GaugeChartVisual.
Instance Attribute Details
#arc ⇒ Types::GaugeChartArcConditionalFormatting
The options that determine the presentation of the arc of a
GaugeChartVisual.
| 18582 18583 18584 18585 18586 18587 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18582 class GaugeChartConditionalFormattingOption < Struct.new( :primary_value, :arc) SENSITIVE = [] include Aws::Structure end | 
#primary_value ⇒ Types::GaugeChartPrimaryValueConditionalFormatting
The conditional formatting for the primary value of a
GaugeChartVisual.
| 18582 18583 18584 18585 18586 18587 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18582 class GaugeChartConditionalFormattingOption < Struct.new( :primary_value, :arc) SENSITIVE = [] include Aws::Structure end |