Class: Aws::Types::LocalizedBrandingStrings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#browser_tab_title::String

Returns the value of attribute browser_tab_title.

Returns:

  • (::String)


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.

Returns:

  • (::String)


940
941
942
# File 'sig/types.rbs', line 940

def contact_button_text
  @contact_button_text
end

Returns the value of attribute contact_link.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


938
939
940
# File 'sig/types.rbs', line 938

def 
  @login_button_text
end

#login_description::String

Returns the value of attribute login_description.

Returns:

  • (::String)


937
938
939
# File 'sig/types.rbs', line 937

def 
  @login_description
end

#login_title::String

Returns the value of attribute login_title.

Returns:

  • (::String)


936
937
938
# File 'sig/types.rbs', line 936

def 
  @login_title
end

#welcome_text::String

Returns the value of attribute welcome_text.

Returns:

  • (::String)


935
936
937
# File 'sig/types.rbs', line 935

def welcome_text
  @welcome_text
end