Class: Aws::QuickSight::Types::ClusterMarker

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#simple_cluster_markerTypes::SimpleClusterMarker

The simple cluster marker of the cluster marker.



3812
3813
3814
3815
3816
# File 'lib/aws-sdk-quicksight/types.rb', line 3812

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