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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/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)


4051
4052
4053
4054
4055
4056
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4051

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)


4051
4052
4053
4054
4055
4056
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4051

class TLSInspectionConfigurationMetadata < Struct.new(
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end