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.
1107 1108 1109 1110 1111 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1107 class DeleteRuleGroupResponse < Struct.new( :rule_group_response) SENSITIVE = [] include Aws::Structure end |