Class: Aws::QuickSight::Types::GaugeChartArcConditionalFormatting

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#foreground_colorTypes::ConditionalFormattingColor

The conditional formatting of the arc foreground color.



16047
16048
16049
16050
16051
# File 'lib/aws-sdk-quicksight/types.rb', line 16047

class GaugeChartArcConditionalFormatting < Struct.new(
  :foreground_color)
  SENSITIVE = []
  include Aws::Structure
end