Class: Aws::WAFRegional::Types::GetRuleGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetRuleGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_group ⇒ Types::RuleGroup
Information about the RuleGroup that you specified in the ‘GetRuleGroup` request.
Instance Attribute Details
#rule_group ⇒ Types::RuleGroup
Information about the RuleGroup that you specified in the ‘GetRuleGroup` request.
2211 2212 2213 2214 2215 |
# File 'lib/aws-sdk-wafregional/types.rb', line 2211 class GetRuleGroupResponse < Struct.new( :rule_group) SENSITIVE = [] include Aws::Structure end |