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.
13070 13071 13072 |
# File 'sig/types.rbs', line 13070 def chart_color @chart_color end |
#color_map ⇒ ::Array[Types::DataPathColor]
Returns the value of attribute color_map.
13071 13072 13073 |
# File 'sig/types.rbs', line 13071 def color_map @color_map end |