Class: Aws::WAFRegional::Types::GetRuleGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetRuleGroupRequest
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_group_id ⇒ String
The
RuleGroupId
of the RuleGroup that you want to get.
Instance Attribute Details
#rule_group_id ⇒ String
The RuleGroupId
of the RuleGroup that you want to get.
RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.
2198 2199 2200 2201 2202 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2198 class GetRuleGroupRequest < Struct.new( :rule_group_id) SENSITIVE = [] include Aws::Structure end |