Class: Aws::QuickSight::Types::ClusterMarkerConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ClusterMarkerConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The cluster marker configuration of the geospatial map selected point style.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_marker ⇒ Types::ClusterMarker
The cluster marker that is a part of the cluster marker configuration.
Instance Attribute Details
#cluster_marker ⇒ Types::ClusterMarker
The cluster marker that is a part of the cluster marker configuration.
4251 4252 4253 4254 4255 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4251 class ClusterMarkerConfiguration < Struct.new( :cluster_marker) SENSITIVE = [] include Aws::Structure end |