Class: Aws::Types::DescribeProxyConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProxyConfigurationResponse
- 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.
616 617 618 |
# File 'sig/types.rbs', line 616 def proxy_configuration @proxy_configuration end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
617 618 619 |
# File 'sig/types.rbs', line 617 def update_token @update_token end |