Class: Aws::QuickSight::Types::GeospatialPointStyleOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cluster_marker_configurationTypes::ClusterMarkerConfiguration

The cluster marker configuration of the geospatial point style.



16097
16098
16099
16100
16101
16102
16103
# File 'lib/aws-sdk-quicksight/types.rb', line 16097

class GeospatialPointStyleOptions < Struct.new(
  :selected_point_style,
  :cluster_marker_configuration,
  :heatmap_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#heatmap_configurationTypes::GeospatialHeatmapConfiguration

The heatmap configuration of the geospatial point style.



16097
16098
16099
16100
16101
16102
16103
# File 'lib/aws-sdk-quicksight/types.rb', line 16097

class GeospatialPointStyleOptions < Struct.new(
  :selected_point_style,
  :cluster_marker_configuration,
  :heatmap_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#selected_point_styleString

The selected point styles (point, cluster) of the geospatial map.

Returns:

  • (String)


16097
16098
16099
16100
16101
16102
16103
# File 'lib/aws-sdk-quicksight/types.rb', line 16097

class GeospatialPointStyleOptions < Struct.new(
  :selected_point_style,
  :cluster_marker_configuration,
  :heatmap_configuration)
  SENSITIVE = []
  include Aws::Structure
end