Class: Aws::EC2::Types::CertificateAuthenticationRequest

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

Overview

Information about the client certificate to be used for authentication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_root_certificate_chain_arnString

The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in Certificate Manager (ACM).

Returns:

  • (String)


5038
5039
5040
5041
5042
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5038

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