Class: Aws::WAF::Types::GetRateBasedRuleManagedKeysResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-waf/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#managed_keysArray<String>

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

Returns:

  • (Array<String>)


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

#next_markerString

A null value and not currently used.

Returns:

  • (String)


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