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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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:



3769
3770
3771
3772
3773
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3769

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