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.
25111 25112 25113 25114 25115 25116 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25111 class Palette < Struct.new( :foreground, :background) SENSITIVE = [] include Aws::Structure end |
#foreground ⇒ String
The foreground color.
25111 25112 25113 25114 25115 25116 |
# File 'lib/aws-sdk-quicksight/types.rb', line 25111 class Palette < Struct.new( :foreground, :background) SENSITIVE = [] include Aws::Structure end |