Class: Aws::NetworkFirewall::Types::DescribeFirewallPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::DescribeFirewallPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_policy_arn ⇒ String
The Amazon Resource Name (ARN) of the firewall policy.
-
#firewall_policy_name ⇒ String
The descriptive name of the firewall policy.
Instance Attribute Details
#firewall_policy_arn ⇒ String
The Amazon Resource Name (ARN) of the firewall policy.
You must specify the ARN or the name, and you can specify both.
1166 1167 1168 1169 1170 1171 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1166 class DescribeFirewallPolicyRequest < Struct.new( :firewall_policy_name, :firewall_policy_arn) SENSITIVE = [] include Aws::Structure end |
#firewall_policy_name ⇒ String
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.
1166 1167 1168 1169 1170 1171 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1166 class DescribeFirewallPolicyRequest < Struct.new( :firewall_policy_name, :firewall_policy_arn) SENSITIVE = [] include Aws::Structure end |