Class: Aws::Types::DescribeProxyRuleGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProxyRuleGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#proxy_rule_group ⇒ Types::ProxyRuleGroup
Returns the value of attribute proxy_rule_group.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#proxy_rule_group ⇒ Types::ProxyRuleGroup
Returns the value of attribute proxy_rule_group.
661 662 663 |
# File 'sig/types.rbs', line 661 def proxy_rule_group @proxy_rule_group end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
662 663 664 |
# File 'sig/types.rbs', line 662 def update_token @update_token end |