Class: Aws::NetworkFirewall::Types::DeleteProxyRulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::DeleteProxyRulesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#proxy_rule_group ⇒ Types::ProxyRuleGroup
The properties that define the proxy rule group with the newly created proxy rule(s).
Instance Attribute Details
#proxy_rule_group ⇒ Types::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 |