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.
654 655 656 |
# File 'sig/types.rbs', line 654 def proxy @proxy end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
655 656 657 |
# File 'sig/types.rbs', line 655 def update_token @update_token end |