Class: Aws::QuickSight::Types::ClusterMarker
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ClusterMarker
- 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
-
#simple_cluster_marker ⇒ Types::SimpleClusterMarker
The simple cluster marker of the cluster marker.
Instance Attribute Details
#simple_cluster_marker ⇒ Types::SimpleClusterMarker
The simple cluster marker of the cluster marker.
4252 4253 4254 4255 4256 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4252 class ClusterMarker < Struct.new( :simple_cluster_marker) SENSITIVE = [] include Aws::Structure end |