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.
2107 2108 2109 2110 2111 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2107 class DeleteFirewallPolicyResponse < Struct.new( :firewall_policy_response) SENSITIVE = [] include Aws::Structure end |