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.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def proxy @proxy end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def update_token @update_token end |