Class: Aws::QuickSight::Types::GeospatialPointStyleOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialPointStyleOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The point style of the geospatial map.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_marker_configuration ⇒ Types::ClusterMarkerConfiguration
The cluster marker configuration of the geospatial point style.
-
#heatmap_configuration ⇒ Types::GeospatialHeatmapConfiguration
The heatmap configuration of the geospatial point style.
-
#selected_point_style ⇒ String
The selected point styles (point, cluster) of the geospatial map.
Instance Attribute Details
#cluster_marker_configuration ⇒ Types::ClusterMarkerConfiguration
The cluster marker configuration of the geospatial point style.
17631 17632 17633 17634 17635 17636 17637 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17631 class GeospatialPointStyleOptions < Struct.new( :selected_point_style, :cluster_marker_configuration, :heatmap_configuration) SENSITIVE = [] include Aws::Structure end |
#heatmap_configuration ⇒ Types::GeospatialHeatmapConfiguration
The heatmap configuration of the geospatial point style.
17631 17632 17633 17634 17635 17636 17637 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17631 class GeospatialPointStyleOptions < Struct.new( :selected_point_style, :cluster_marker_configuration, :heatmap_configuration) SENSITIVE = [] include Aws::Structure end |
#selected_point_style ⇒ String
The selected point styles (point, cluster) of the geospatial map.
17631 17632 17633 17634 17635 17636 17637 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17631 class GeospatialPointStyleOptions < Struct.new( :selected_point_style, :cluster_marker_configuration, :heatmap_configuration) SENSITIVE = [] include Aws::Structure end |