Class: Aws::Types::GeospatialPointStyleOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_marker_configurationTypes::ClusterMarkerConfiguration

Returns the value of attribute cluster_marker_configuration.



6587
6588
6589
# File 'sig/types.rbs', line 6587

def cluster_marker_configuration
  @cluster_marker_configuration
end

#heatmap_configurationTypes::GeospatialHeatmapConfiguration

Returns the value of attribute heatmap_configuration.



6588
6589
6590
# File 'sig/types.rbs', line 6588

def heatmap_configuration
  @heatmap_configuration
end

#selected_point_style"POINT", ...

Returns the value of attribute selected_point_style.

Returns:

  • ("POINT", "CLUSTER", "HEATMAP")


6586
6587
6588
# File 'sig/types.rbs', line 6586

def selected_point_style
  @selected_point_style
end