Class: Aws::QuickSight::Types::SimpleClusterMarker
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SimpleClusterMarker
- Defined in:
- gems/aws-sdk-quicksight/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.
34416 34417 34418 34419 34420 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34416 class SimpleClusterMarker < Struct.new( :color) SENSITIVE = [] include Aws::Structure end |