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)


24393
24394
24395
24396
24397
24398
# File 'lib/aws-sdk-quicksight/types.rb', line 24393

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

#foregroundString

The foreground color.

Returns:

  • (String)


24393
24394
24395
24396
24397
24398
# File 'lib/aws-sdk-quicksight/types.rb', line 24393

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