Class: Aws::QuickSight::Types::SimpleClusterMarker
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SimpleClusterMarker
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The simple cluster marker of the cluster marker.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#color ⇒ String
The color of the simple cluster marker.
Instance Attribute Details
#color ⇒ String
The color of the simple cluster marker.
28415 28416 28417 28418 28419 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28415 class SimpleClusterMarker < Struct.new( :color) SENSITIVE = [] include Aws::Structure end |