Class: Aws::QuickSight::Types::GaugeChartConditionalFormattingOption

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arcTypes::GaugeChartArcConditionalFormatting

The options that determine the presentation of the arc of a GaugeChartVisual.



15376
15377
15378
15379
15380
15381
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15376

class GaugeChartConditionalFormattingOption < Struct.new(
  :primary_value,
  :arc)
  SENSITIVE = []
  include Aws::Structure
end

#primary_valueTypes::GaugeChartPrimaryValueConditionalFormatting

The conditional formatting for the primary value of a GaugeChartVisual.



15376
15377
15378
15379
15380
15381
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15376

class GaugeChartConditionalFormattingOption < Struct.new(
  :primary_value,
  :arc)
  SENSITIVE = []
  include Aws::Structure
end