Class: Aws::QuickSight::Types::ColorsConfiguration

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

Overview

The color configurations for a column.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_colorsArray<Types::CustomColor>

A list of up to 50 custom colors.

Returns:



3497
3498
3499
3500
3501
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3497

class ColorsConfiguration < Struct.new(
  :custom_colors)
  SENSITIVE = []
  include Aws::Structure
end