Class: Aws::NetworkFirewall::Types::DescribeLoggingConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_arnString

The Amazon Resource Name (ARN) of the firewall.

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1303

class DescribeLoggingConfigurationResponse < Struct.new(
  :firewall_arn,
  :logging_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#logging_configurationTypes::LoggingConfiguration

Defines how Network Firewall performs logging for a Firewall.



1303
1304
1305
1306
1307
1308
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1303

class DescribeLoggingConfigurationResponse < Struct.new(
  :firewall_arn,
  :logging_configuration)
  SENSITIVE = []
  include Aws::Structure
end