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)


15920
15921
15922
15923
15924
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15920

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