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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

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.



2456
2457
2458
2459
2460
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2456

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