Class: Aws::QuickSight::Types::UIColorPalette
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UIColorPalette
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The theme colors that apply to UI and to charts, excluding data
colors. The colors description is a hexadecimal color code that
consists of six alphanumerical characters, prefixed with #
, for
example #37BFF5. For more information, see Using Themes in Amazon
QuickSight in the Amazon QuickSight User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accent ⇒ String
This color is that applies to selected states and buttons.
-
#accent_foreground ⇒ String
The foreground color that applies to any text or other elements that appear over the accent color.
-
#danger ⇒ String
The color that applies to error messages.
-
#danger_foreground ⇒ String
The foreground color that applies to any text or other elements that appear over the error color.
-
#dimension ⇒ String
The color that applies to the names of fields that are identified as dimensions.
-
#dimension_foreground ⇒ String
The foreground color that applies to any text or other elements that appear over the dimension color.
-
#measure ⇒ String
The color that applies to the names of fields that are identified as measures.
-
#measure_foreground ⇒ String
The foreground color that applies to any text or other elements that appear over the measure color.
-
#primary_background ⇒ String
The background color that applies to visuals and other high emphasis UI.
-
#primary_foreground ⇒ String
The color of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.
-
#secondary_background ⇒ String
The background color that applies to the sheet background and sheet controls.
-
#secondary_foreground ⇒ String
The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
-
#success ⇒ String
The color that applies to success messages, for example the check mark for a successful download.
-
#success_foreground ⇒ String
The foreground color that applies to any text or other elements that appear over the success color.
-
#warning ⇒ String
This color that applies to warning and informational messages.
-
#warning_foreground ⇒ String
The foreground color that applies to any text or other elements that appear over the warning color.
Instance Attribute Details
#accent ⇒ String
This color is that applies to selected states and buttons.
35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35075 class UIColorPalette < Struct.new( :primary_foreground, :primary_background, :secondary_foreground, :secondary_background, :accent, :accent_foreground, :danger, :danger_foreground, :warning, :warning_foreground, :success, :success_foreground, :dimension, :dimension_foreground, :measure, :measure_foreground) SENSITIVE = [] include Aws::Structure end |
#accent_foreground ⇒ String
The foreground color that applies to any text or other elements that appear over the accent color.
35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35075 class UIColorPalette < Struct.new( :primary_foreground, :primary_background, :secondary_foreground, :secondary_background, :accent, :accent_foreground, :danger, :danger_foreground, :warning, :warning_foreground, :success, :success_foreground, :dimension, :dimension_foreground, :measure, :measure_foreground) SENSITIVE = [] include Aws::Structure end |
#danger ⇒ String
The color that applies to error messages.
35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35075 class UIColorPalette < Struct.new( :primary_foreground, :primary_background, :secondary_foreground, :secondary_background, :accent, :accent_foreground, :danger, :danger_foreground, :warning, :warning_foreground, :success, :success_foreground, :dimension, :dimension_foreground, :measure, :measure_foreground) SENSITIVE = [] include Aws::Structure end |
#danger_foreground ⇒ String
The foreground color that applies to any text or other elements that appear over the error color.
35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35075 class UIColorPalette < Struct.new( :primary_foreground, :primary_background, :secondary_foreground, :secondary_background, :accent, :accent_foreground, :danger, :danger_foreground, :warning, :warning_foreground, :success, :success_foreground, :dimension, :dimension_foreground, :measure, :measure_foreground) SENSITIVE = [] include Aws::Structure end |
#dimension ⇒ String
The color that applies to the names of fields that are identified as dimensions.
35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35075 class UIColorPalette < Struct.new( :primary_foreground, :primary_background, :secondary_foreground, :secondary_background, :accent, :accent_foreground, :danger, :danger_foreground, :warning, :warning_foreground, :success, :success_foreground, :dimension, :dimension_foreground, :measure, :measure_foreground) SENSITIVE = [] include Aws::Structure end |
#dimension_foreground ⇒ String
The foreground color that applies to any text or other elements that appear over the dimension color.
35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35075 class UIColorPalette < Struct.new( :primary_foreground, :primary_background, :secondary_foreground, :secondary_background, :accent, :accent_foreground, :danger, :danger_foreground, :warning, :warning_foreground, :success, :success_foreground, :dimension, :dimension_foreground, :measure, :measure_foreground) SENSITIVE = [] include Aws::Structure end |
#measure ⇒ String
The color that applies to the names of fields that are identified as measures.
35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35075 class UIColorPalette < Struct.new( :primary_foreground, :primary_background, :secondary_foreground, :secondary_background, :accent, :accent_foreground, :danger, :danger_foreground, :warning, :warning_foreground, :success, :success_foreground, :dimension, :dimension_foreground, :measure, :measure_foreground) SENSITIVE = [] include Aws::Structure end |
#measure_foreground ⇒ String
The foreground color that applies to any text or other elements that appear over the measure color.
35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35075 class UIColorPalette < Struct.new( :primary_foreground, :primary_background, :secondary_foreground, :secondary_background, :accent, :accent_foreground, :danger, :danger_foreground, :warning, :warning_foreground, :success, :success_foreground, :dimension, :dimension_foreground, :measure, :measure_foreground) SENSITIVE = [] include Aws::Structure end |
#primary_background ⇒ String
The background color that applies to visuals and other high emphasis UI.
35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35075 class UIColorPalette < Struct.new( :primary_foreground, :primary_background, :secondary_foreground, :secondary_background, :accent, :accent_foreground, :danger, :danger_foreground, :warning, :warning_foreground, :success, :success_foreground, :dimension, :dimension_foreground, :measure, :measure_foreground) SENSITIVE = [] include Aws::Structure end |
#primary_foreground ⇒ String
The color of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.
35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35075 class UIColorPalette < Struct.new( :primary_foreground, :primary_background, :secondary_foreground, :secondary_background, :accent, :accent_foreground, :danger, :danger_foreground, :warning, :warning_foreground, :success, :success_foreground, :dimension, :dimension_foreground, :measure, :measure_foreground) SENSITIVE = [] include Aws::Structure end |
#secondary_background ⇒ String
The background color that applies to the sheet background and sheet controls.
35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35075 class UIColorPalette < Struct.new( :primary_foreground, :primary_background, :secondary_foreground, :secondary_background, :accent, :accent_foreground, :danger, :danger_foreground, :warning, :warning_foreground, :success, :success_foreground, :dimension, :dimension_foreground, :measure, :measure_foreground) SENSITIVE = [] include Aws::Structure end |
#secondary_foreground ⇒ String
The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35075 class UIColorPalette < Struct.new( :primary_foreground, :primary_background, :secondary_foreground, :secondary_background, :accent, :accent_foreground, :danger, :danger_foreground, :warning, :warning_foreground, :success, :success_foreground, :dimension, :dimension_foreground, :measure, :measure_foreground) SENSITIVE = [] include Aws::Structure end |
#success ⇒ String
The color that applies to success messages, for example the check mark for a successful download.
35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35075 class UIColorPalette < Struct.new( :primary_foreground, :primary_background, :secondary_foreground, :secondary_background, :accent, :accent_foreground, :danger, :danger_foreground, :warning, :warning_foreground, :success, :success_foreground, :dimension, :dimension_foreground, :measure, :measure_foreground) SENSITIVE = [] include Aws::Structure end |
#success_foreground ⇒ String
The foreground color that applies to any text or other elements that appear over the success color.
35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35075 class UIColorPalette < Struct.new( :primary_foreground, :primary_background, :secondary_foreground, :secondary_background, :accent, :accent_foreground, :danger, :danger_foreground, :warning, :warning_foreground, :success, :success_foreground, :dimension, :dimension_foreground, :measure, :measure_foreground) SENSITIVE = [] include Aws::Structure end |
#warning ⇒ String
This color that applies to warning and informational messages.
35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35075 class UIColorPalette < Struct.new( :primary_foreground, :primary_background, :secondary_foreground, :secondary_background, :accent, :accent_foreground, :danger, :danger_foreground, :warning, :warning_foreground, :success, :success_foreground, :dimension, :dimension_foreground, :measure, :measure_foreground) SENSITIVE = [] include Aws::Structure end |
#warning_foreground ⇒ String
The foreground color that applies to any text or other elements that appear over the warning color.
35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35075 class UIColorPalette < Struct.new( :primary_foreground, :primary_background, :secondary_foreground, :secondary_background, :accent, :accent_foreground, :danger, :danger_foreground, :warning, :warning_foreground, :success, :success_foreground, :dimension, :dimension_foreground, :measure, :measure_foreground) SENSITIVE = [] include Aws::Structure end |