Class: Aws::Types::BrandDefinition
- Inherits:
-
Object
- Object
- Aws::Types::BrandDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_theme ⇒ Types::ApplicationTheme
Returns the value of attribute application_theme.
-
#brand_name ⇒ ::String
Returns the value of attribute brand_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#logo_configuration ⇒ Types::LogoConfiguration
Returns the value of attribute logo_configuration.
Instance Attribute Details
#application_theme ⇒ Types::ApplicationTheme
Returns the value of attribute application_theme.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def application_theme @application_theme end |
#brand_name ⇒ ::String
Returns the value of attribute brand_name.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def brand_name @brand_name end |
#description ⇒ ::String
Returns the value of attribute description.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def description @description end |
#logo_configuration ⇒ Types::LogoConfiguration
Returns the value of attribute logo_configuration.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def logo_configuration @logo_configuration end |