Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::QuickSight::Types::DataColorPalette

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

Overview

The theme colors that are used for data colors in charts. The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with #, for example #37BFF5.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#colorsArray<String>

The hexadecimal codes for the colors.

Returns:

  • (Array<String>)

8667
8668
8669
8670
8671
8672
8673
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8667

class DataColorPalette < Struct.new(
  :colors,
  :min_max_gradient,
  :empty_fill_color)
  SENSITIVE = []
  include Aws::Structure
end

#empty_fill_colorString

The hexadecimal code of a color that applies to charts where a lack of data is highlighted.

Returns:

  • (String)

8667
8668
8669
8670
8671
8672
8673
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8667

class DataColorPalette < Struct.new(
  :colors,
  :min_max_gradient,
  :empty_fill_color)
  SENSITIVE = []
  include Aws::Structure
end

#min_max_gradientArray<String>

The minimum and maximum hexadecimal codes that describe a color gradient.

Returns:

  • (Array<String>)

8667
8668
8669
8670
8671
8672
8673
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8667

class DataColorPalette < Struct.new(
  :colors,
  :min_max_gradient,
  :empty_fill_color)
  SENSITIVE = []
  include Aws::Structure
end