Class: Aws::Types::CreateProxyResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateProxyResponse
- 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.
267 268 269 |
# File 'sig/types.rbs', line 267 def proxy @proxy end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
268 269 270 |
# File 'sig/types.rbs', line 268 def update_token @update_token end |