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)


26064
26065
26066
26067
26068
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26064

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