Class: Aws::Types::DefaultClientBrandingAttributes
- Inherits:
-
Object
- Object
- Aws::Types::DefaultClientBrandingAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#forgot_password_link ⇒ ::String
Returns the value of attribute forgot_password_link.
-
#login_message ⇒ ::Hash[::String, ::String]
Returns the value of attribute login_message.
-
#logo_url ⇒ ::String
Returns the value of attribute logo_url.
-
#support_email ⇒ ::String
Returns the value of attribute support_email.
-
#support_link ⇒ ::String
Returns the value of attribute support_link.
Instance Attribute Details
#forgot_password_link ⇒ ::String
Returns the value of attribute forgot_password_link.
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.
400 401 402 |
# File 'sig/types.rbs', line 400 def @login_message end |
#logo_url ⇒ ::String
Returns the value of attribute logo_url.
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.
397 398 399 |
# File 'sig/types.rbs', line 397 def support_email @support_email end |
#support_link ⇒ ::String
Returns the value of attribute support_link.
398 399 400 |
# File 'sig/types.rbs', line 398 def support_link @support_link end |