Class: Aws::WAFRegional::Types::GetRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetRuleRequest
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-wafregional/types.rb', line 2224 class GetRuleRequest < Struct.new( :rule_id) SENSITIVE = [] include Aws::Structure end |