Class: Aws::QuickSight::Types::GeospatialHeatmapConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialHeatmapConfiguration
- 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
-
#heatmap_color ⇒ Types::GeospatialHeatmapColorScale
The color scale specification for the heatmap point style.
Instance Attribute Details
#heatmap_color ⇒ Types::GeospatialHeatmapColorScale
The color scale specification for the heatmap point style.
16719 16720 16721 16722 16723 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16719 class GeospatialHeatmapConfiguration < Struct.new( :heatmap_color) SENSITIVE = [] include Aws::Structure end |