Class: Aws::Types::IosClientBrandingAttributes
- Inherits:
-
Object
- Object
- Aws::Types::IosClientBrandingAttributes
- 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_2x_url ⇒ ::String
Returns the value of attribute logo_2x_url.
-
#logo_3x_url ⇒ ::String
Returns the value of attribute logo_3x_url.
-
#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.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def forgot_password_link @forgot_password_link end |
#login_message ⇒ ::Hash[::String, ::String]
Returns the value of attribute login_message.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def @login_message end |
#logo_2x_url ⇒ ::String
Returns the value of attribute logo_2x_url.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def logo_2x_url @logo_2x_url end |
#logo_3x_url ⇒ ::String
Returns the value of attribute logo_3x_url.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def logo_3x_url @logo_3x_url end |
#logo_url ⇒ ::String
Returns the value of attribute logo_url.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def logo_url @logo_url end |
#support_email ⇒ ::String
Returns the value of attribute support_email.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def support_email @support_email end |
#support_link ⇒ ::String
Returns the value of attribute support_link.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def support_link @support_link end |