Class: Aws::QuickSight::Types::BrandElementStyle

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

Overview

The element style.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

The navigation bar style.

Returns:



4144
4145
4146
4147
4148
# File 'lib/aws-sdk-quicksight/types.rb', line 4144

class BrandElementStyle < Struct.new(
  :navbar_style)
  SENSITIVE = []
  include Aws::Structure
end