Class: Aws::WAFRegional::Types::GetRateBasedRuleManagedKeysRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetRateBasedRuleManagedKeysRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_marker ⇒ String
A null value and not currently used.
-
#rule_id ⇒ String
The ‘RuleId` of the RateBasedRule for which you want to get a list of `ManagedKeys`.
Instance Attribute Details
#next_marker ⇒ String
A null value and not currently used. Do not include this in your request.
2083 2084 2085 2086 2087 2088 |
# File 'lib/aws-sdk-wafregional/types.rb', line 2083 class GetRateBasedRuleManagedKeysRequest < Struct.new( :rule_id, :next_marker) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The ‘RuleId` of the RateBasedRule for which you want to get a list of `ManagedKeys`. `RuleId` is returned by CreateRateBasedRule and by ListRateBasedRules.
2083 2084 2085 2086 2087 2088 |
# File 'lib/aws-sdk-wafregional/types.rb', line 2083 class GetRateBasedRuleManagedKeysRequest < Struct.new( :rule_id, :next_marker) SENSITIVE = [] include Aws::Structure end |