Class: Aws::NetworkFirewall::Types::DeleteRuleGroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_group_responseTypes::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 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1107

class DeleteRuleGroupResponse < Struct.new(
  :rule_group_response)
  SENSITIVE = []
  include Aws::Structure
end