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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


21963
21964
21965
21966
21967
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21963

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