Class: Aws::AppMesh::Types::SubjectAlternativeNameMatchers

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#exactArray<String>

The values sent must match the specified values exactly.

Returns:

  • (Array<String>)


4116
4117
4118
4119
4120
# File 'lib/aws-sdk-appmesh/types.rb', line 4116

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