Class: Aws::QuickSight::Types::ApplicationTheme
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ApplicationTheme
- Includes:
- Structure
- Defined in:
- 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.
916 917 918 919 920 921 |
# File 'lib/aws-sdk-quicksight/types.rb', line 916 class ApplicationTheme < Struct.new( :brand_color_palette, :brand_element_style) SENSITIVE = [] include Aws::Structure end |
#brand_element_style ⇒ Types::BrandElementStyle
The element style.
916 917 918 919 920 921 |
# File 'lib/aws-sdk-quicksight/types.rb', line 916 class ApplicationTheme < Struct.new( :brand_color_palette, :brand_element_style) SENSITIVE = [] include Aws::Structure end |