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)


45922
45923
45924
45925
45926
45927
# File 'lib/aws-sdk-quicksight/types.rb', line 45922

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:



45922
45923
45924
45925
45926
45927
# File 'lib/aws-sdk-quicksight/types.rb', line 45922

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