Class: Aws::Types::DescribeProxyResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProxyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#proxy ⇒ Types::DescribeProxyResource
Returns the value of attribute proxy.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#proxy ⇒ Types::DescribeProxyResource
Returns the value of attribute proxy.
649 650 651 |
# File 'sig/types.rbs', line 649 def proxy @proxy end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
650 651 652 |
# File 'sig/types.rbs', line 650 def update_token @update_token end |