Class: Aws::Types::BrandingConfigurationCreateInput
- Inherits:
-
Object
- Object
- Aws::Types::BrandingConfigurationCreateInput
- 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.
127 128 129 |
# File 'sig/types.rbs', line 127 def color_theme @color_theme end |
#favicon ⇒ Types::IconImageInput
Returns the value of attribute favicon.
125 126 127 |
# File 'sig/types.rbs', line 125 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.
126 127 128 |
# File 'sig/types.rbs', line 126 def localized_strings @localized_strings end |
#logo ⇒ Types::IconImageInput
Returns the value of attribute logo.
123 124 125 |
# File 'sig/types.rbs', line 123 def logo @logo end |
#terms_of_service ⇒ ::String
Returns the value of attribute terms_of_service.
128 129 130 |
# File 'sig/types.rbs', line 128 def terms_of_service @terms_of_service end |
#wallpaper ⇒ Types::WallpaperImageInput
Returns the value of attribute wallpaper.
124 125 126 |
# File 'sig/types.rbs', line 124 def wallpaper @wallpaper end |