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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



15906
15907
15908
15909
15910
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15906

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