Class: Aws::QuickSight::Types::DataColor

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

Overview

Determines the color that is applied to a particular data value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#colorString

The color that is applied to the data value.

Returns:

  • (String)


7916
7917
7918
7919
7920
7921
# File 'lib/aws-sdk-quicksight/types.rb', line 7916

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

#data_valueFloat

The data value that the color is applied to.

Returns:

  • (Float)


7916
7917
7918
7919
7920
7921
# File 'lib/aws-sdk-quicksight/types.rb', line 7916

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