Class: Aws::QuickSight::Types::Palette
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Palette
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The color palette.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#background ⇒ String
The background color.
-
#foreground ⇒ String
The foreground color.
Instance Attribute Details
#background ⇒ String
The background color.
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 |
#foreground ⇒ String
The foreground color.
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 |