Class: Aws::QuickSight::Types::GeospatialHeatmapDataColor

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The color to be used in the heatmap point style.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#colorString

The hex color to be used in the heatmap point style.

Returns:

  • (String)


16538
16539
16540
16541
16542
# File 'lib/aws-sdk-quicksight/types.rb', line 16538

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