Class: Aws::QuickSight::Types::GeospatialHeatmapConfiguration

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

Overview

The heatmap configuration of the geospatial point style.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#heatmap_colorTypes::GeospatialHeatmapColorScale

The color scale specification for the heatmap point style.



16524
16525
16526
16527
16528
# File 'lib/aws-sdk-quicksight/types.rb', line 16524

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