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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



16510
16511
16512
16513
16514
# File 'lib/aws-sdk-quicksight/types.rb', line 16510

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