Method: Aws::WAF::Types::GetRateBasedRuleManagedKeysResponse#managed_keys

Defined in:
lib/aws-sdk-waf/types.rb

#managed_keysArray<String>

An array of IP addresses that currently are blocked by the specified RateBasedRule.



2043
2044
2045
2046
2047
2048
# File 'lib/aws-sdk-waf/types.rb', line 2043

class GetRateBasedRuleManagedKeysResponse < Struct.new(
  :managed_keys,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end