Class: Aws::QuickSight::Types::GaugeChartColorConfiguration

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

Overview

The color configuration of a ‘GaugeChartVisual`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#background_colorString

The background color configuration of a ‘GaugeChartVisual`.

Returns:

  • (String)


16065
16066
16067
16068
16069
16070
# File 'lib/aws-sdk-quicksight/types.rb', line 16065

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

#foreground_colorString

The foreground color configuration of a ‘GaugeChartVisual`.

Returns:

  • (String)


16065
16066
16067
16068
16069
16070
# File 'lib/aws-sdk-quicksight/types.rb', line 16065

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