Class: Aws::Types::LocalizedBrandingStrings
- Inherits:
-
Object
- Object
- Aws::Types::LocalizedBrandingStrings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#browser_tab_title ⇒ ::String
Returns the value of attribute browser_tab_title.
-
#contact_button_text ⇒ ::String
Returns the value of attribute contact_button_text.
-
#contact_link ⇒ ::String
Returns the value of attribute contact_link.
-
#loading_text ⇒ ::String
Returns the value of attribute loading_text.
-
#login_button_text ⇒ ::String
Returns the value of attribute login_button_text.
-
#login_description ⇒ ::String
Returns the value of attribute login_description.
-
#login_title ⇒ ::String
Returns the value of attribute login_title.
-
#welcome_text ⇒ ::String
Returns the value of attribute welcome_text.
Instance Attribute Details
#browser_tab_title ⇒ ::String
Returns the value of attribute browser_tab_title.
934 935 936 |
# File 'sig/types.rbs', line 934 def browser_tab_title @browser_tab_title end |
#contact_button_text ⇒ ::String
Returns the value of attribute contact_button_text.
940 941 942 |
# File 'sig/types.rbs', line 940 def @contact_button_text end |
#contact_link ⇒ ::String
Returns the value of attribute contact_link.
939 940 941 |
# File 'sig/types.rbs', line 939 def contact_link @contact_link end |
#loading_text ⇒ ::String
Returns the value of attribute loading_text.
941 942 943 |
# File 'sig/types.rbs', line 941 def loading_text @loading_text end |
#login_button_text ⇒ ::String
Returns the value of attribute login_button_text.
938 939 940 |
# File 'sig/types.rbs', line 938 def @login_button_text end |
#login_description ⇒ ::String
Returns the value of attribute login_description.
937 938 939 |
# File 'sig/types.rbs', line 937 def login_description @login_description end |
#login_title ⇒ ::String
Returns the value of attribute login_title.
936 937 938 |
# File 'sig/types.rbs', line 936 def login_title @login_title end |
#welcome_text ⇒ ::String
Returns the value of attribute welcome_text.
935 936 937 |
# File 'sig/types.rbs', line 935 def welcome_text @welcome_text end |