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

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

Overview

Information about the client certificate used for authentication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_root_certificate_chainString

The ARN of the client certificate.

Returns:

  • (String)


5022
5023
5024
5025
5026
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5022

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