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

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


7423
7424
7425
7426
7427
7428
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7423

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)


7423
7424
7425
7426
7427
7428
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7423

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