Class: Aws::NetworkFirewall::Types::DescribeLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::DescribeLoggingConfigurationResponse
- 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.
-
#logging_configuration ⇒ Types::LoggingConfiguration
Defines how Network Firewall performs logging for a Firewall.
Instance Attribute Details
#firewall_arn ⇒ String
The Amazon Resource Name (ARN) of the firewall.
1303 1304 1305 1306 1307 1308 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1303 class DescribeLoggingConfigurationResponse < Struct.new( :firewall_arn, :logging_configuration) SENSITIVE = [] include Aws::Structure end |
#logging_configuration ⇒ Types::LoggingConfiguration
Defines how Network Firewall performs logging for a Firewall.
1303 1304 1305 1306 1307 1308 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1303 class DescribeLoggingConfigurationResponse < Struct.new( :firewall_arn, :logging_configuration) SENSITIVE = [] include Aws::Structure end |