Class: Aws::QuickSight::Types::NavbarStyle

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The navigation bar style.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contextual_navbarTypes::Palette

The contextual navigation bar style.

Returns:



22711
22712
22713
22714
22715
22716
# File 'lib/aws-sdk-quicksight/types.rb', line 22711

class NavbarStyle < Struct.new(
  :global_navbar,
  :contextual_navbar)
  SENSITIVE = []
  include Aws::Structure
end

The global navigation bar style.

Returns:



22711
22712
22713
22714
22715
22716
# File 'lib/aws-sdk-quicksight/types.rb', line 22711

class NavbarStyle < Struct.new(
  :global_navbar,
  :contextual_navbar)
  SENSITIVE = []
  include Aws::Structure
end