Class: Aws::Types::DefaultClientBrandingAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute forgot_password_link.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def forgot_password_link
  @forgot_password_link
end

#login_message::Hash[::String, ::String]

Returns the value of attribute login_message.

Returns:

  • (::Hash[::String, ::String])


400
401
402
# File 'sig/types.rbs', line 400

def 
  @login_message
end

#logo_url::String

Returns the value of attribute logo_url.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def logo_url
  @logo_url
end

#support_email::String

Returns the value of attribute support_email.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def support_email
  @support_email
end

Returns the value of attribute support_link.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def support_link
  @support_link
end