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)


25543
25544
25545
25546
25547
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25543

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