Class: Aws::NetworkFirewall::Types::FirewallMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::FirewallMetadata
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
High-level information about a firewall, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a firewall.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_arn ⇒ String
The Amazon Resource Name (ARN) of the firewall.
-
#firewall_name ⇒ String
The descriptive name of the firewall.
Instance Attribute Details
#firewall_arn ⇒ String
The Amazon Resource Name (ARN) of the firewall.
1874 1875 1876 1877 1878 1879 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1874 class FirewallMetadata < Struct.new( :firewall_name, :firewall_arn) SENSITIVE = [] include Aws::Structure end |
#firewall_name ⇒ String
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
1874 1875 1876 1877 1878 1879 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1874 class FirewallMetadata < Struct.new( :firewall_name, :firewall_arn) SENSITIVE = [] include Aws::Structure end |