Class: Aws::QuickSight::Types::BrandDefinition

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

Overview

The definition of the brand.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_themeTypes::ApplicationTheme

The application theme of the brand.



3600
3601
3602
3603
3604
3605
3606
3607
# File 'lib/aws-sdk-quicksight/types.rb', line 3600

class BrandDefinition < Struct.new(
  :brand_name,
  :description,
  :application_theme,
  :logo_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#brand_nameString

The name of the brand.

Returns:

  • (String)


3600
3601
3602
3603
3604
3605
3606
3607
# File 'lib/aws-sdk-quicksight/types.rb', line 3600

class BrandDefinition < Struct.new(
  :brand_name,
  :description,
  :application_theme,
  :logo_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the brand.

Returns:

  • (String)


3600
3601
3602
3603
3604
3605
3606
3607
# File 'lib/aws-sdk-quicksight/types.rb', line 3600

class BrandDefinition < Struct.new(
  :brand_name,
  :description,
  :application_theme,
  :logo_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#logo_configurationTypes::LogoConfiguration

The logo configuration of the brand.



3600
3601
3602
3603
3604
3605
3606
3607
# File 'lib/aws-sdk-quicksight/types.rb', line 3600

class BrandDefinition < Struct.new(
  :brand_name,
  :description,
  :application_theme,
  :logo_configuration)
  SENSITIVE = []
  include Aws::Structure
end