Class: Aws::QuickSight::Types::ColorScale

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

Overview

Determines the color scale that is applied to the visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#color_fill_typeString

Determines the color fill type.

Returns:

  • (String)


3451
3452
3453
3454
3455
3456
3457
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3451

class ColorScale < Struct.new(
  :colors,
  :color_fill_type,
  :null_value_color)
  SENSITIVE = []
  include Aws::Structure
end

#colorsArray<Types::DataColor>

Determines the list of colors that are applied to the visual.

Returns:



3451
3452
3453
3454
3455
3456
3457
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3451

class ColorScale < Struct.new(
  :colors,
  :color_fill_type,
  :null_value_color)
  SENSITIVE = []
  include Aws::Structure
end

#null_value_colorTypes::DataColor

Determines the color that is applied to null values.

Returns:



3451
3452
3453
3454
3455
3456
3457
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3451

class ColorScale < Struct.new(
  :colors,
  :color_fill_type,
  :null_value_color)
  SENSITIVE = []
  include Aws::Structure
end