Class: Aws::AppMesh::Types::SubjectAlternativeNameMatchers
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::SubjectAlternativeNameMatchers
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
An object that represents the methods by which a subject alternative name on a peer Transport Layer Security (TLS) certificate can be matched.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exact ⇒ Array<String>
The values sent must match the specified values exactly.
Instance Attribute Details
#exact ⇒ Array<String>
The values sent must match the specified values exactly.
4116 4117 4118 4119 4120 |
# File 'lib/aws-sdk-appmesh/types.rb', line 4116 class SubjectAlternativeNameMatchers < Struct.new( :exact) SENSITIVE = [] include Aws::Structure end |