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

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


6568
6569
6570
6571
6572
6573
6574
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6568

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)


6568
6569
6570
6571
6572
6573
6574
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6568

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)


6568
6569
6570
6571
6572
6573
6574
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6568

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