Class: Aws::QuickSight::Types::VisualPalette

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

Overview

The visual display options for the visual palette.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#chart_colorString

The chart color options for the visual palette.

Returns:

  • (String)


36694
36695
36696
36697
36698
36699
# File 'lib/aws-sdk-quicksight/types.rb', line 36694

class VisualPalette < Struct.new(
  :chart_color,
  :color_map)
  SENSITIVE = []
  include Aws::Structure
end

#color_mapArray<Types::DataPathColor>

The color map options for the visual palette.

Returns:



36694
36695
36696
36697
36698
36699
# File 'lib/aws-sdk-quicksight/types.rb', line 36694

class VisualPalette < Struct.new(
  :chart_color,
  :color_map)
  SENSITIVE = []
  include Aws::Structure
end