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.
4235 4236 4237 4238 4239 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4235 class ClusterMarker < Struct.new( :simple_cluster_marker) SENSITIVE = [] include Aws::Structure end |