Class: Aws::Types::BrandingConfiguration

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")


117
118
119
# File 'sig/types.rbs', line 117

def color_theme
  @color_theme
end

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

Returns:



116
117
118
# File 'sig/types.rbs', line 116

def localized_strings
  @localized_strings
end

#logoTypes::ImageMetadata

Returns the value of attribute logo.



113
114
115
# File 'sig/types.rbs', line 113

def 
  @logo
end

#terms_of_service::String

Returns the value of attribute terms_of_service.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def terms_of_service
  @terms_of_service
end

#wallpaperTypes::ImageMetadata

Returns the value of attribute wallpaper.



114
115
116
# File 'sig/types.rbs', line 114

def wallpaper
  @wallpaper
end