Class: Aws::NetworkFirewall::Types::DescribeFirewallMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::DescribeFirewallMetadataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_arn ⇒ String
The Amazon Resource Name (ARN) of the firewall.
Instance Attribute Details
#firewall_arn ⇒ String
The Amazon Resource Name (ARN) of the firewall.
2274 2275 2276 2277 2278 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2274 class DescribeFirewallMetadataRequest < Struct.new( :firewall_arn) SENSITIVE = [] include Aws::Structure end |