Class: Aws::QuickSight::Types::GeospatialHeatmapColorScale

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The color scale specification for the heatmap point style.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#colorsArray<Types::GeospatialHeatmapDataColor>

The list of colors to be used in heatmap point style.



15892
15893
15894
15895
15896
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15892

class GeospatialHeatmapColorScale < Struct.new(
  :colors)
  SENSITIVE = []
  include Aws::Structure
end