Class: Aws::Types::DescribeProxyRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProxyRuleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#proxy_rule ⇒ Types::ProxyRule
Returns the value of attribute proxy_rule.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#proxy_rule ⇒ Types::ProxyRule
Returns the value of attribute proxy_rule.
674 675 676 |
# File 'sig/types.rbs', line 674 def proxy_rule @proxy_rule end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
675 676 677 |
# File 'sig/types.rbs', line 675 def update_token @update_token end |