Class: Aws::WAFRegional::Types::GetRateBasedRuleManagedKeysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetRateBasedRuleManagedKeysResponse
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/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.
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_marker ⇒ String
A null value and not currently used.
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 |