Class: Aws::NetworkFirewall::Types::UpdateLoggingConfigurationResponse

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)


4811
4812
4813
4814
4815
4816
4817
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4811

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

#firewall_nameString

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

Returns:

  • (String)


4811
4812
4813
4814
4815
4816
4817
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4811

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

#logging_configurationTypes::LoggingConfiguration

Defines how Network Firewall performs logging for a Firewall.



4811
4812
4813
4814
4815
4816
4817
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4811

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