Class: Aws::NetworkFirewall::Types::TLSInspectionConfigurationMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::TLSInspectionConfigurationMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
High-level information about a TLS inspection configuration, returned by ‘ListTLSInspectionConfigurations`. You can use the information provided in the metadata to retrieve and manage a TLS configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the TLS inspection configuration.
-
#name ⇒ String
The descriptive name of the TLS inspection configuration.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the TLS inspection configuration.
4108 4109 4110 4111 4112 4113 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 4108 class TLSInspectionConfigurationMetadata < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#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.
4108 4109 4110 4111 4112 4113 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 4108 class TLSInspectionConfigurationMetadata < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |