Class: Aws::QuickSight::Types::Palette

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

Overview

The color palette.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backgroundString

The background color.

Returns:

  • (String)


27238
27239
27240
27241
27242
27243
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27238

class Palette < Struct.new(
  :foreground,
  :background)
  SENSITIVE = []
  include Aws::Structure
end

#foregroundString

The foreground color.

Returns:

  • (String)


27238
27239
27240
27241
27242
27243
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27238

class Palette < Struct.new(
  :foreground,
  :background)
  SENSITIVE = []
  include Aws::Structure
end