Class: Aws::WorkSpacesWeb::Types::LocalizedBrandingStrings
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::LocalizedBrandingStrings
- 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
-
#browser_tab_title ⇒ String
The text displayed in the browser tab title.
-
#contact_button_text ⇒ String
The text displayed on the contact button.
-
#contact_link ⇒ String
A contact link URL.
-
#loading_text ⇒ String
The text displayed during session loading.
-
#login_button_text ⇒ String
The text displayed on the login button.
-
#login_description ⇒ String
The description text for the login section.
-
#login_title ⇒ String
The title text for the login section.
-
#welcome_text ⇒ String
The welcome text displayed on the sign-in page.
Instance Attribute Details
#browser_tab_title ⇒ String
The text displayed in the browser tab title.
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_text ⇒ String
The text displayed on the contact button. This field is optional and defaults to "Contact us".
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_link ⇒ String
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.
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_text ⇒ String
The text displayed during session loading. This field is optional and defaults to "Loading your session".
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_text ⇒ String
The text displayed on the login button. This field is optional and defaults to "Sign In".
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_description ⇒ String
The description text for the login section. This field is optional and defaults to "Sign in to your session".
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_title ⇒ String
The title text for the login section. This field is optional and defaults to "Sign In".
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_text ⇒ String
The welcome text displayed on the sign-in page.
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 |