Class: Aws::WAFRegional::Types::GetRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetRuleRequest
- 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 Rule that you want to get.
Instance Attribute Details
#rule_id ⇒ String
The RuleId
of the Rule that you want to get. RuleId
is returned
by CreateRule and by ListRules.
2224 2225 2226 2227 2228 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2224 class GetRuleRequest < Struct.new( :rule_id) SENSITIVE = [] include Aws::Structure end |