Class: Aws::Types::BrandingConfigurationUpdateInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:terms_of_service])

Instance Attribute Summary collapse

Instance Attribute Details

#color_theme"Light", "Dark"

Returns the value of attribute color_theme.

Returns:

  • ("Light", "Dark")


137
138
139
# File 'sig/types.rbs', line 137

def color_theme
  @color_theme
end

#faviconTypes::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.

Returns:



136
137
138
# File 'sig/types.rbs', line 136

def localized_strings
  @localized_strings
end

#logoTypes::IconImageInput

Returns the value of attribute logo.



133
134
135
# File 'sig/types.rbs', line 133

def 
  @logo
end

#terms_of_service::String

Returns the value of attribute terms_of_service.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def terms_of_service
  @terms_of_service
end

#wallpaperTypes::WallpaperImageInput

Returns the value of attribute wallpaper.



134
135
136
# File 'sig/types.rbs', line 134

def wallpaper
  @wallpaper
end