Class: Aws::Types::UpdateProxyRuleGroupPrioritiesResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProxyRuleGroupPrioritiesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#proxy_rule_groups ⇒ ::Array[Types::ProxyRuleGroupPriorityResult]
Returns the value of attribute proxy_rule_groups.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#proxy_rule_groups ⇒ ::Array[Types::ProxyRuleGroupPriorityResult]
Returns the value of attribute proxy_rule_groups.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def proxy_rule_groups @proxy_rule_groups end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def update_token @update_token end |