Class: Aws::NetworkFirewall::Types::DeleteTLSInspectionConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::DeleteTLSInspectionConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tls_inspection_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the TLS inspection configuration.
-
#tls_inspection_configuration_name ⇒ String
The descriptive name of the TLS inspection configuration.
Instance Attribute Details
#tls_inspection_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the TLS inspection configuration.
You must specify the ARN or the name, and you can specify both.
1129 1130 1131 1132 1133 1134 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1129 class DeleteTLSInspectionConfigurationRequest < Struct.new( :tls_inspection_configuration_arn, :tls_inspection_configuration_name) SENSITIVE = [] include Aws::Structure end |
#tls_inspection_configuration_name ⇒ String
The descriptive name of the TLS inspection configuration. You can’t change the name of a TLS inspection configuration after you create it.
You must specify the ARN or the name, and you can specify both.
1129 1130 1131 1132 1133 1134 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1129 class DeleteTLSInspectionConfigurationRequest < Struct.new( :tls_inspection_configuration_arn, :tls_inspection_configuration_name) SENSITIVE = [] include Aws::Structure end |