Class: Aws::Types::CreateProxyConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateProxyConfigurationResponse
- 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.
250 251 252 |
# File 'sig/types.rbs', line 250 def proxy_configuration @proxy_configuration end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
251 252 253 |
# File 'sig/types.rbs', line 251 def update_token @update_token end |