Class: Aws::QuickSight::Types::ClusterMarkerConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cluster_markerTypes::ClusterMarker

The cluster marker that is a part of the cluster marker configuration.



3828
3829
3830
3831
3832
# File 'lib/aws-sdk-quicksight/types.rb', line 3828

class ClusterMarkerConfiguration < Struct.new(
  :cluster_marker)
  SENSITIVE = []
  include Aws::Structure
end