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.
1841 1842 1843 1844 1845 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1841 class DeleteFirewallPolicyResponse < Struct.new( :firewall_policy_response) SENSITIVE = [] include Aws::Structure end |