Class: Aws::WAFRegional::Types::GetRateBasedRuleManagedKeysResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/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>)


2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2101

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

#next_markerString

A null value and not currently used.

Returns:

  • (String)


2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2101

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