Class: Aws::Types::WebProxyCredentials
- Inherits:
-
Object
- Object
- Aws::Types::WebProxyCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#web_proxy_password ⇒ ::String
Returns the value of attribute web_proxy_password.
-
#web_proxy_username ⇒ ::String
Returns the value of attribute web_proxy_username.
Instance Attribute Details
#web_proxy_password ⇒ ::String
Returns the value of attribute web_proxy_password.
13182 13183 13184 |
# File 'sig/types.rbs', line 13182 def web_proxy_password @web_proxy_password end |
#web_proxy_username ⇒ ::String
Returns the value of attribute web_proxy_username.
13181 13182 13183 |
# File 'sig/types.rbs', line 13181 def web_proxy_username @web_proxy_username end |