Class: Aws::WAF::Types::GetRateBasedRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetRateBasedRuleRequest
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_id ⇒ String
The
RuleId
of the RateBasedRule that you want to get.
Instance Attribute Details
#rule_id ⇒ String
The RuleId
of the RateBasedRule that you want to get. RuleId
is
returned by CreateRateBasedRule and by ListRateBasedRules.
2057 2058 2059 2060 2061 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 2057 class GetRateBasedRuleRequest < Struct.new( :rule_id) SENSITIVE = [] include Aws::Structure end |