Class: Aws::NetworkFirewall::Types::TLSInspectionConfigurationMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the TLS inspection configuration.

Returns:

  • (String)


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

#nameString

The descriptive name of the TLS inspection configuration. You can’t change the name of a TLS inspection configuration after you create it.

Returns:

  • (String)


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