Class: Aws::QuickSight::Types::CustomColor
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CustomColor
- 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
-
#color ⇒ String
The color that is applied to the data value.
-
#field_value ⇒ String
The data value that the color is applied to.
-
#special_value ⇒ String
The value of a special data value.
Instance Attribute Details
#color ⇒ String
The color that is applied to the data value.
7591 7592 7593 7594 7595 7596 7597 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7591 class CustomColor < Struct.new( :field_value, :color, :special_value) SENSITIVE = [:field_value] include Aws::Structure end |
#field_value ⇒ String
The data value that the color is applied to.
7591 7592 7593 7594 7595 7596 7597 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7591 class CustomColor < Struct.new( :field_value, :color, :special_value) SENSITIVE = [:field_value] include Aws::Structure end |
#special_value ⇒ String
The value of a special data value.
7591 7592 7593 7594 7595 7596 7597 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7591 class CustomColor < Struct.new( :field_value, :color, :special_value) SENSITIVE = [:field_value] include Aws::Structure end |