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

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

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



1145
1146
1147
1148
1149
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1145

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