Class: Aws::NetworkFirewall::Types::DeleteTLSInspectionConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tls_inspection_configuration_responseTypes::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.



2228
2229
2230
2231
2232
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2228

class DeleteTLSInspectionConfigurationResponse < Struct.new(
  :tls_inspection_configuration_response)
  SENSITIVE = []
  include Aws::Structure
end