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.



15986
15987
15988
15989
15990
15991
15992
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15986

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.



15986
15987
15988
15989
15990
15991
15992
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15986

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)


15986
15987
15988
15989
15990
15991
15992
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15986

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