You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteFirewallPolicyRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  firewall_policy_name: "ResourceName",
  firewall_policy_arn: "ResourceArn",
}

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)

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

#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)

    The descriptive name of the firewall policy.