Class: Aws::QuickSight::Types::ApplicationTheme
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ApplicationTheme
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The application theme.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#brand_color_palette ⇒ Types::BrandColorPalette
The color palette.
-
#brand_element_style ⇒ Types::BrandElementStyle
The element style.
Instance Attribute Details
#brand_color_palette ⇒ Types::BrandColorPalette
The color palette.
921 922 923 924 925 926 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 921 class ApplicationTheme < Struct.new( :brand_color_palette, :brand_element_style) SENSITIVE = [] include Aws::Structure end |
#brand_element_style ⇒ Types::BrandElementStyle
The element style.
921 922 923 924 925 926 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 921 class ApplicationTheme < Struct.new( :brand_color_palette, :brand_element_style) SENSITIVE = [] include Aws::Structure end |