You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CertificateAuthenticationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  client_root_certificate_chain_arn: "String",
}

Information about the client certificate to be used for authentication.

Returned by:

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 AWS Certificate Manager (ACM).

Returns:

  • (String)

    The ARN of the client certificate.