Method: Aws::AppMesh::Types::ClientPolicyTls#certificate

Defined in:
lib/aws-sdk-appmesh/types.rb

#certificateTypes::ClientTlsCertificate

A reference to an object that represents a client’s TLS certificate.



194
195
196
197
198
199
200
201
# File 'lib/aws-sdk-appmesh/types.rb', line 194

class ClientPolicyTls < Struct.new(
  :certificate,
  :enforce,
  :ports,
  :validation)
  SENSITIVE = []
  include Aws::Structure
end