Class: Aws::WAF::Types::GetRateBasedRuleManagedKeysRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetRateBasedRuleManagedKeysRequest
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/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 ofManagedKeys
.
Instance Attribute Details
#next_marker ⇒ String
A null value and not currently used. Do not include this in your request.
2025 2026 2027 2028 2029 2030 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 2025 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.
2025 2026 2027 2028 2029 2030 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 2025 class GetRateBasedRuleManagedKeysRequest < Struct.new( :rule_id, :next_marker) SENSITIVE = [] include Aws::Structure end |