Class: Aws::WAF::Types::GetRateBasedRuleManagedKeysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetRateBasedRuleManagedKeysResponse
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_keys ⇒ Array<String>
An array of IP addresses that currently are blocked by the specified RateBasedRule.
-
#next_marker ⇒ String
A null value and not currently used.
Instance Attribute Details
#managed_keys ⇒ Array<String>
An array of IP addresses that currently are blocked by the specified RateBasedRule.
2043 2044 2045 2046 2047 2048 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 2043 class GetRateBasedRuleManagedKeysResponse < Struct.new( :managed_keys, :next_marker) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
A null value and not currently used.
2043 2044 2045 2046 2047 2048 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 2043 class GetRateBasedRuleManagedKeysResponse < Struct.new( :managed_keys, :next_marker) SENSITIVE = [] include Aws::Structure end |