Class: Aws::QuickSight::Types::GeospatialHeatmapConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialHeatmapConfiguration
- 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
-
#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.
17999 18000 18001 18002 18003 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17999 class GeospatialHeatmapConfiguration < Struct.new( :heatmap_color) SENSITIVE = [] include Aws::Structure end |