Class: Aws::NetworkFirewall::Types::DeleteProxyRulesResponse

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

#proxy_rule_groupTypes::ProxyRuleGroup

The properties that define the proxy rule group with the newly created proxy rule(s).



2125
2126
2127
2128
2129
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2125

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