Class: Aws::NetworkFirewall::Types::DeleteTLSInspectionConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::DeleteTLSInspectionConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tls_inspection_configuration_response ⇒ Types::TLSInspectionConfigurationResponse
The high-level properties of a TLS inspection configuration.
Instance Attribute Details
#tls_inspection_configuration_response ⇒ Types::TLSInspectionConfigurationResponse
The high-level properties of a TLS inspection configuration. This, along with the TLSInspectionConfiguration, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.
1145 1146 1147 1148 1149 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1145 class DeleteTLSInspectionConfigurationResponse < Struct.new( :tls_inspection_configuration_response) SENSITIVE = [] include Aws::Structure end |