Class: Aws::QuickSight::Types::GeospatialCategoricalDataColor

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

Overview

The categorical data color for a single category.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#colorString

The color and opacity values for the category data color.

Returns:

  • (String)


18056
18057
18058
18059
18060
18061
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18056

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

#data_valueString

The data value for the category data color.

Returns:

  • (String)


18056
18057
18058
18059
18060
18061
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18056

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