Class: Aws::WAF::Types::GetRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetRuleRequest
- 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 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.
2166 2167 2168 2169 2170 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 2166 class GetRuleRequest < Struct.new( :rule_id) SENSITIVE = [] include Aws::Structure end |