Class: Aws::WorkSpacesWeb::Types::LocalizedBrandingStrings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

Localized text strings for a specific language that customize the web portal.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#browser_tab_titleString

The text displayed in the browser tab title.

Returns:

  • (String)


3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3111

class LocalizedBrandingStrings < Struct.new(
  :browser_tab_title,
  :welcome_text,
  :login_title,
  :login_description,
  :login_button_text,
  :contact_link,
  :contact_button_text,
  :loading_text)
  SENSITIVE = []
  include Aws::Structure
end

#contact_button_textString

The text displayed on the contact button. This field is optional and defaults to "Contact us".

Returns:

  • (String)


3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3111

class LocalizedBrandingStrings < Struct.new(
  :browser_tab_title,
  :welcome_text,
  :login_title,
  :login_description,
  :login_button_text,
  :contact_link,
  :contact_button_text,
  :loading_text)
  SENSITIVE = []
  include Aws::Structure
end

A contact link URL. The URL must start with https:// or mailto:. If not provided, the contact button will be hidden from the web portal screen.

Returns:

  • (String)


3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3111

class LocalizedBrandingStrings < Struct.new(
  :browser_tab_title,
  :welcome_text,
  :login_title,
  :login_description,
  :login_button_text,
  :contact_link,
  :contact_button_text,
  :loading_text)
  SENSITIVE = []
  include Aws::Structure
end

#loading_textString

The text displayed during session loading. This field is optional and defaults to "Loading your session".

Returns:

  • (String)


3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3111

class LocalizedBrandingStrings < Struct.new(
  :browser_tab_title,
  :welcome_text,
  :login_title,
  :login_description,
  :login_button_text,
  :contact_link,
  :contact_button_text,
  :loading_text)
  SENSITIVE = []
  include Aws::Structure
end

#login_button_textString

The text displayed on the login button. This field is optional and defaults to "Sign In".

Returns:

  • (String)


3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3111

class LocalizedBrandingStrings < Struct.new(
  :browser_tab_title,
  :welcome_text,
  :login_title,
  :login_description,
  :login_button_text,
  :contact_link,
  :contact_button_text,
  :loading_text)
  SENSITIVE = []
  include Aws::Structure
end

#login_descriptionString

The description text for the login section. This field is optional and defaults to "Sign in to your session".

Returns:

  • (String)


3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3111

class LocalizedBrandingStrings < Struct.new(
  :browser_tab_title,
  :welcome_text,
  :login_title,
  :login_description,
  :login_button_text,
  :contact_link,
  :contact_button_text,
  :loading_text)
  SENSITIVE = []
  include Aws::Structure
end

#login_titleString

The title text for the login section. This field is optional and defaults to "Sign In".

Returns:

  • (String)


3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3111

class LocalizedBrandingStrings < Struct.new(
  :browser_tab_title,
  :welcome_text,
  :login_title,
  :login_description,
  :login_button_text,
  :contact_link,
  :contact_button_text,
  :loading_text)
  SENSITIVE = []
  include Aws::Structure
end

#welcome_textString

The welcome text displayed on the sign-in page.

Returns:

  • (String)


3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3111

class LocalizedBrandingStrings < Struct.new(
  :browser_tab_title,
  :welcome_text,
  :login_title,
  :login_description,
  :login_button_text,
  :contact_link,
  :contact_button_text,
  :loading_text)
  SENSITIVE = []
  include Aws::Structure
end