Class: Aws::AppMesh::Types::SubjectAlternativeNames

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb

Overview

An object that represents the subject alternative names secured by the certificate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#matchTypes::SubjectAlternativeNameMatchers

An object that represents the criteria for determining a SANs match.



4131
4132
4133
4134
4135
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4131

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