Class: Aws::QuickSight::Types::SimpleClusterMarker

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#colorString

The color of the simple cluster marker.

Returns:

  • (String)


25730
25731
25732
25733
25734
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25730

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