Class: Aws::EC2::Types::CertificateAuthentication
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CertificateAuthentication
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Information about the client certificate used for authentication.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_root_certificate_chain  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the client certificate.
 
Instance Attribute Details
#client_root_certificate_chain ⇒ String
The ARN of the client certificate.
      5795 5796 5797 5798 5799  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5795 class CertificateAuthentication < Struct.new( :client_root_certificate_chain) SENSITIVE = [] include Aws::Structure end  |