Class: Aws::AppMesh::Types::VirtualGatewayTlsValidationContextAcmTrust
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualGatewayTlsValidationContextAcmTrust
- 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
-
#certificate_authority_arns ⇒ Array<String>
One or more ACM Amazon Resource Name (ARN)s.
Instance Attribute Details
#certificate_authority_arns ⇒ Array<String>
One or more ACM Amazon Resource Name (ARN)s.
5612 5613 5614 5615 5616 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5612 class VirtualGatewayTlsValidationContextAcmTrust < Struct.new( :certificate_authority_arns) SENSITIVE = [] include Aws::Structure end |