Class: Aws::Types::ListProxyRuleGroupsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



1153
1154
1155
# File 'sig/types.rbs', line 1153

def proxy_rule_groups
  @proxy_rule_groups
end