Class: Aws::QuickSight::Types::VisualPalette
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::VisualPalette
- 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
-
#chart_color ⇒ String
The chart color options for the visual palette.
-
#color_map ⇒ Array<Types::DataPathColor>
The color map options for the visual palette.
Instance Attribute Details
#chart_color ⇒ String
The chart color options for the visual palette.
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_map ⇒ Array<Types::DataPathColor>
The color map options for the visual palette.
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 |