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.
16595 16596 16597 16598 16599 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16595 class GeospatialHeatmapConfiguration < Struct.new( :heatmap_color) SENSITIVE = [] include Aws::Structure end |