Class: Aws::QuickSight::Types::GaugeChartColorConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GaugeChartColorConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The color configuration of a GaugeChartVisual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#background_color ⇒ String
The background color configuration of a
GaugeChartVisual. -
#foreground_color ⇒ String
The foreground color configuration of a
GaugeChartVisual.
Instance Attribute Details
#background_color ⇒ String
The background color configuration of a GaugeChartVisual.
19224 19225 19226 19227 19228 19229 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19224 class GaugeChartColorConfiguration < Struct.new( :foreground_color, :background_color) SENSITIVE = [] include Aws::Structure end |
#foreground_color ⇒ String
The foreground color configuration of a GaugeChartVisual.
19224 19225 19226 19227 19228 19229 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19224 class GaugeChartColorConfiguration < Struct.new( :foreground_color, :background_color) SENSITIVE = [] include Aws::Structure end |