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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


24677
24678
24679
24680
24681
24682
# File 'lib/aws-sdk-quicksight/types.rb', line 24677

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

#foregroundString

The foreground color.

Returns:

  • (String)


24677
24678
24679
24680
24681
24682
# File 'lib/aws-sdk-quicksight/types.rb', line 24677

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