Class: Aws::NetworkFirewall::Types::DeleteRuleGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::DeleteRuleGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_group_response ⇒ Types::RuleGroupResponse
The high-level properties of a rule group.
Instance Attribute Details
#rule_group_response ⇒ Types::RuleGroupResponse
The high-level properties of a rule group. This, along with the RuleGroup, define the rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.
2190 2191 2192 2193 2194 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2190 class DeleteRuleGroupResponse < Struct.new( :rule_group_response) SENSITIVE = [] include Aws::Structure end |