Class: Aws::AppMesh::Types::TlsValidationContextFileTrust

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb

Overview

An object that represents a Transport Layer Security (TLS) validation context trust for a local file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_chainString

The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.

Returns:

  • (String)


4319
4320
4321
4322
4323
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4319

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