Class: Aws::NetworkFirewall::Types::FirewallPolicyMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::FirewallPolicyMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
High-level information about a firewall policy, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a firewall policy. You can retrieve all objects for a firewall policy by calling DescribeFirewallPolicy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the firewall policy.
-
#name ⇒ String
The descriptive name of the firewall policy.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the firewall policy.
2011 2012 2013 2014 2015 2016 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2011 class FirewallPolicyMetadata < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The descriptive name of the firewall policy. You can’t change the name of a firewall policy after you create it.
2011 2012 2013 2014 2015 2016 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2011 class FirewallPolicyMetadata < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |