Class: Aws::NetworkFirewall::Types::DeleteFirewallPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::DeleteFirewallPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_policy_response ⇒ Types::FirewallPolicyResponse
The object containing the definition of the FirewallPolicyResponse that you asked to delete.
Instance Attribute Details
#firewall_policy_response ⇒ Types::FirewallPolicyResponse
The object containing the definition of the FirewallPolicyResponse that you asked to delete.
993 994 995 996 997 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 993 class DeleteFirewallPolicyResponse < Struct.new( :firewall_policy_response) SENSITIVE = [] include Aws::Structure end |