Class: Aws::Types::UpdateProxyResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProxyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#proxy ⇒ Types::Proxy
Returns the value of attribute proxy.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#proxy ⇒ Types::Proxy
Returns the value of attribute proxy.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def proxy @proxy end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def update_token @update_token end |