Class: Aws::Types::WebProxyCredentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#web_proxy_password::String

Returns the value of attribute web_proxy_password.

Returns:

  • (::String)


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.

Returns:

  • (::String)


13181
13182
13183
# File 'sig/types.rbs', line 13181

def web_proxy_username
  @web_proxy_username
end