Class: Aws::NetworkFirewall::Types::DeleteFirewallPolicyResponse

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

#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