Class: Aws::NetworkFirewall::Types::UpdateLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::UpdateLoggingConfigurationResponse
- 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.
-
#firewall_name ⇒ String
The descriptive name 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.
4868 4869 4870 4871 4872 4873 4874 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 4868 class UpdateLoggingConfigurationResponse < Struct.new( :firewall_arn, :firewall_name, :logging_configuration) 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.
4868 4869 4870 4871 4872 4873 4874 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 4868 class UpdateLoggingConfigurationResponse < Struct.new( :firewall_arn, :firewall_name, :logging_configuration) SENSITIVE = [] include Aws::Structure end |
#logging_configuration ⇒ Types::LoggingConfiguration
Defines how Network Firewall performs logging for a Firewall.
4868 4869 4870 4871 4872 4873 4874 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 4868 class UpdateLoggingConfigurationResponse < Struct.new( :firewall_arn, :firewall_name, :logging_configuration) SENSITIVE = [] include Aws::Structure end |