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.
 - 
  
    
      #contextual_accent_palette  ⇒ Types::ContextualAccentPalette 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The contextual accent palette.
 
Instance Attribute Details
#brand_color_palette ⇒ Types::BrandColorPalette
The color palette.
      1168 1169 1170 1171 1172 1173 1174  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1168 class ApplicationTheme < Struct.new( :brand_color_palette, :contextual_accent_palette, :brand_element_style) SENSITIVE = [] include Aws::Structure end  | 
  
#brand_element_style ⇒ Types::BrandElementStyle
The element style.
      1168 1169 1170 1171 1172 1173 1174  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1168 class ApplicationTheme < Struct.new( :brand_color_palette, :contextual_accent_palette, :brand_element_style) SENSITIVE = [] include Aws::Structure end  | 
  
#contextual_accent_palette ⇒ Types::ContextualAccentPalette
The contextual accent palette.
      1168 1169 1170 1171 1172 1173 1174  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1168 class ApplicationTheme < Struct.new( :brand_color_palette, :contextual_accent_palette, :brand_element_style) SENSITIVE = [] include Aws::Structure end  |