Class: Aws::AppMesh::Types::TlsValidationContextAcmTrust

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 an Certificate Manager certificate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority_arnsArray<String>

One or more ACM Amazon Resource Name (ARN)s.

Returns:

  • (Array<String>)


4303
4304
4305
4306
4307
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4303

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