Class: Aws::WAFRegional::Types::GetRateBasedRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetRateBasedRuleRequest
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/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.
2115 2116 2117 2118 2119 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2115 class GetRateBasedRuleRequest < Struct.new( :rule_id) SENSITIVE = [] include Aws::Structure end |