Class: Aws::QuickSight::Types::BrandElementStyle
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BrandElementStyle
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The element style.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#navbar_style ⇒ Types::NavbarStyle
The navigation bar style.
Instance Attribute Details
#navbar_style ⇒ Types::NavbarStyle
The navigation bar style.
3672 3673 3674 3675 3676 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3672 class BrandElementStyle < Struct.new( :navbar_style) SENSITIVE = [] include Aws::Structure end |