Class: Aws::EC2::Types::CertificateAuthentication

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

**Information about the client certificate used for authentication.**

Instance Attribute Summary collapse

Instance Attribute Details

#client_root_certificate_chainString

The ARN of the client certificate.

Returns:

  • (String)


2700
2701
2702
2703
# File 'lib/aws-sdk-ec2/types.rb', line 2700

class CertificateAuthentication < Struct.new(
  :client_root_certificate_chain)
  include Aws::Structure
end