Class: Aws::Types::BrandingConfigurationUpdateInput
- Inherits:
-
Object
- Object
- Aws::Types::BrandingConfigurationUpdateInput
- 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::IconImageInput
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::IconImageInput
Returns the value of attribute logo.
-
#terms_of_service ⇒ ::String
Returns the value of attribute terms_of_service.
-
#wallpaper ⇒ Types::WallpaperImageInput
Returns the value of attribute wallpaper.
Instance Attribute Details
#color_theme ⇒ "Light", "Dark"
Returns the value of attribute color_theme.
137 138 139 |
# File 'sig/types.rbs', line 137 def color_theme @color_theme end |
#favicon ⇒ Types::IconImageInput
Returns the value of attribute favicon.
135 136 137 |
# File 'sig/types.rbs', line 135 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.
136 137 138 |
# File 'sig/types.rbs', line 136 def localized_strings @localized_strings end |
#logo ⇒ Types::IconImageInput
Returns the value of attribute logo.
133 134 135 |
# File 'sig/types.rbs', line 133 def logo @logo end |
#terms_of_service ⇒ ::String
Returns the value of attribute terms_of_service.
138 139 140 |
# File 'sig/types.rbs', line 138 def terms_of_service @terms_of_service end |
#wallpaper ⇒ Types::WallpaperImageInput
Returns the value of attribute wallpaper.
134 135 136 |
# File 'sig/types.rbs', line 134 def wallpaper @wallpaper end |