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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



4378
4379
4380
4381
4382
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4378

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