Class: Aws::Types::UpdateProxyConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProxyConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#proxy_configuration ⇒ Types::ProxyConfiguration
Returns the value of attribute proxy_configuration.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#proxy_configuration ⇒ Types::ProxyConfiguration
Returns the value of attribute proxy_configuration.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def proxy_configuration @proxy_configuration end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def update_token @update_token end |