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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



18522
18523
18524
18525
18526
18527
18528
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18522

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.



18522
18523
18524
18525
18526
18527
18528
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18522

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)


18522
18523
18524
18525
18526
18527
18528
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18522

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