Class: Aws::Types::GeospatialPointStyleOptions
- Inherits:
-
Object
- Object
- Aws::Types::GeospatialPointStyleOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_marker_configuration ⇒ Types::ClusterMarkerConfiguration
Returns the value of attribute cluster_marker_configuration.
-
#heatmap_configuration ⇒ Types::GeospatialHeatmapConfiguration
Returns the value of attribute heatmap_configuration.
-
#selected_point_style ⇒ "POINT", ...
Returns the value of attribute selected_point_style.
Instance Attribute Details
#cluster_marker_configuration ⇒ Types::ClusterMarkerConfiguration
Returns the value of attribute cluster_marker_configuration.
6321 6322 6323 |
# File 'sig/types.rbs', line 6321 def cluster_marker_configuration @cluster_marker_configuration end |
#heatmap_configuration ⇒ Types::GeospatialHeatmapConfiguration
Returns the value of attribute heatmap_configuration.
6322 6323 6324 |
# File 'sig/types.rbs', line 6322 def heatmap_configuration @heatmap_configuration end |
#selected_point_style ⇒ "POINT", ...
Returns the value of attribute selected_point_style.
6320 6321 6322 |
# File 'sig/types.rbs', line 6320 def selected_point_style @selected_point_style end |