Class: Aws::Types::ListProxyRuleGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListProxyRuleGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#proxy_rule_groups ⇒ ::Array[Types::ProxyRuleGroupMetadata]
Returns the value of attribute proxy_rule_groups.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def next_token @next_token end |
#proxy_rule_groups ⇒ ::Array[Types::ProxyRuleGroupMetadata]
Returns the value of attribute proxy_rule_groups.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def proxy_rule_groups @proxy_rule_groups end |