Class: Aws::Types::VisualPalette
- Inherits:
-
Object
- Object
- Aws::Types::VisualPalette
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chart_color ⇒ ::String
Returns the value of attribute chart_color.
-
#color_map ⇒ ::Array[Types::DataPathColor]
Returns the value of attribute color_map.
Instance Attribute Details
#chart_color ⇒ ::String
Returns the value of attribute chart_color.
13539 13540 13541 |
# File 'sig/types.rbs', line 13539 def chart_color @chart_color end |
#color_map ⇒ ::Array[Types::DataPathColor]
Returns the value of attribute color_map.
13540 13541 13542 |
# File 'sig/types.rbs', line 13540 def color_map @color_map end |