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)


38264
38265
38266
38267
38268
38269
# File 'lib/aws-sdk-quicksight/types.rb', line 38264

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:



38264
38265
38266
38267
38268
38269
# File 'lib/aws-sdk-quicksight/types.rb', line 38264

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