Class: Aws::QuickSight::Types::BrandDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BrandDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The definition of the brand.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_theme ⇒ Types::ApplicationTheme
The application theme of the brand.
-
#brand_name ⇒ String
The name of the brand.
-
#description ⇒ String
The description of the brand.
-
#logo_configuration ⇒ Types::LogoConfiguration
The logo configuration of the brand.
Instance Attribute Details
#application_theme ⇒ Types::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_name ⇒ String
The name 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 |
#description ⇒ String
The description 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 |
#logo_configuration ⇒ Types::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 |