Class: Aws::NetworkFirewall::Types::DeleteFirewallPolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_policy_arnString

The Amazon Resource Name (ARN) of the firewall policy.

You must specify the ARN or the name, and you can specify both.

Returns:

  • (String)


979
980
981
982
983
984
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 979

class DeleteFirewallPolicyRequest < Struct.new(
  :firewall_policy_name,
  :firewall_policy_arn)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_policy_nameString

The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.

You must specify the ARN or the name, and you can specify both.

Returns:

  • (String)


979
980
981
982
983
984
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 979

class DeleteFirewallPolicyRequest < Struct.new(
  :firewall_policy_name,
  :firewall_policy_arn)
  SENSITIVE = []
  include Aws::Structure
end