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

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



3429
3430
3431
3432
3433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3429

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