Class: Aws::Types::BrandingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BrandingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#color_theme ⇒ "Light", "Dark"
Returns the value of attribute color_theme.
-
#favicon ⇒ Types::ImageMetadata
Returns the value of attribute favicon.
-
#localized_strings ⇒ ::Hash[("de-DE" | "en-US" | "es-ES" | "fr-FR" | "id-ID" | "it-IT" | "ja-JP" | "ko-KR" | "pt-BR" | "zh-CN" | "zh-TW"), Types::LocalizedBrandingStrings]
Returns the value of attribute localized_strings.
-
#logo ⇒ Types::ImageMetadata
Returns the value of attribute logo.
-
#terms_of_service ⇒ ::String
Returns the value of attribute terms_of_service.
-
#wallpaper ⇒ Types::ImageMetadata
Returns the value of attribute wallpaper.
Instance Attribute Details
#color_theme ⇒ "Light", "Dark"
Returns the value of attribute color_theme.
117 118 119 |
# File 'sig/types.rbs', line 117 def color_theme @color_theme end |
#favicon ⇒ Types::ImageMetadata
Returns the value of attribute favicon.
115 116 117 |
# File 'sig/types.rbs', line 115 def favicon @favicon end |
#localized_strings ⇒ ::Hash[("de-DE" | "en-US" | "es-ES" | "fr-FR" | "id-ID" | "it-IT" | "ja-JP" | "ko-KR" | "pt-BR" | "zh-CN" | "zh-TW"), Types::LocalizedBrandingStrings]
Returns the value of attribute localized_strings.
116 117 118 |
# File 'sig/types.rbs', line 116 def localized_strings @localized_strings end |
#logo ⇒ Types::ImageMetadata
Returns the value of attribute logo.
113 114 115 |
# File 'sig/types.rbs', line 113 def logo @logo end |
#terms_of_service ⇒ ::String
Returns the value of attribute terms_of_service.
118 119 120 |
# File 'sig/types.rbs', line 118 def terms_of_service @terms_of_service end |
#wallpaper ⇒ Types::ImageMetadata
Returns the value of attribute wallpaper.
114 115 116 |
# File 'sig/types.rbs', line 114 def wallpaper @wallpaper end |