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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#contextual_navbarTypes::Palette

The contextual navigation bar style.

Returns:



24255
24256
24257
24258
24259
24260
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24255

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

The global navigation bar style.

Returns:



24255
24256
24257
24258
24259
24260
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24255

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