Class: Aws::AppMesh::Types::SubjectAlternativeNames
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppMesh::Types::SubjectAlternativeNames
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
- 
  
    
      #match  ⇒ Types::SubjectAlternativeNameMatchers 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that represents the criteria for determining a SANs match.
 
Instance Attribute Details
#match ⇒ Types::SubjectAlternativeNameMatchers
An object that represents the criteria for determining a SANs match.
      4131 4132 4133 4134 4135  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 4131 class SubjectAlternativeNames < Struct.new( :match) SENSITIVE = [] include Aws::Structure end  |