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.
679 680 681 |
# File 'sig/types.rbs', line 679 def proxy_rule @proxy_rule end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
680 681 682 |
# File 'sig/types.rbs', line 680 def update_token @update_token end |