Class: Aws::QuickSight::Types::NavbarStyle
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::NavbarStyle
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The navigation bar style.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #contextual_navbar  ⇒ Types::Palette 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The contextual navigation bar style. 
- 
  
    
      #global_navbar  ⇒ Types::Palette 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The global navigation bar style. 
Instance Attribute Details
#contextual_navbar ⇒ Types::Palette
The contextual navigation bar style.
| 25582 25583 25584 25585 25586 25587 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25582 class NavbarStyle < Struct.new( :global_navbar, :contextual_navbar) SENSITIVE = [] include Aws::Structure end | 
#global_navbar ⇒ Types::Palette
The global navigation bar style.
| 25582 25583 25584 25585 25586 25587 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25582 class NavbarStyle < Struct.new( :global_navbar, :contextual_navbar) SENSITIVE = [] include Aws::Structure end |