Class: Aws::Types::BrandingConfigurationCreateInput

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


127
128
129
# File 'sig/types.rbs', line 127

def color_theme
  @color_theme
end

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

Returns:



126
127
128
# File 'sig/types.rbs', line 126

def localized_strings
  @localized_strings
end

#logoTypes::IconImageInput

Returns the value of attribute logo.



123
124
125
# File 'sig/types.rbs', line 123

def 
  
end

#terms_of_service::String

Returns the value of attribute terms_of_service.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def terms_of_service
  @terms_of_service
end

#wallpaperTypes::WallpaperImageInput

Returns the value of attribute wallpaper.



124
125
126
# File 'sig/types.rbs', line 124

def wallpaper
  @wallpaper
end