Class: Aws::QuickSight::Types::CustomColor

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

Overview

Determines the color that’s applied to a particular data value in a column.

Constant Summary collapse

SENSITIVE =
[:field_value]

Instance Attribute Summary collapse

Instance Attribute Details

#colorString

The color that is applied to the data value.

Returns:

  • (String)


7042
7043
7044
7045
7046
7047
7048
# File 'lib/aws-sdk-quicksight/types.rb', line 7042

class CustomColor < Struct.new(
  :field_value,
  :color,
  :special_value)
  SENSITIVE = [:field_value]
  include Aws::Structure
end

#field_valueString

The data value that the color is applied to.

Returns:

  • (String)


7042
7043
7044
7045
7046
7047
7048
# File 'lib/aws-sdk-quicksight/types.rb', line 7042

class CustomColor < Struct.new(
  :field_value,
  :color,
  :special_value)
  SENSITIVE = [:field_value]
  include Aws::Structure
end

#special_valueString

The value of a special data value.

Returns:

  • (String)


7042
7043
7044
7045
7046
7047
7048
# File 'lib/aws-sdk-quicksight/types.rb', line 7042

class CustomColor < Struct.new(
  :field_value,
  :color,
  :special_value)
  SENSITIVE = [:field_value]
  include Aws::Structure
end