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

Class: Aws::ACM::Types::ExportCertificateResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#certificateString

The base64 PEM-encoded certificate.

Returns:

  • (String)

    The base64 PEM-encoded certificate.

#certificate_chainString

The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

Returns:

  • (String)

    The base64 PEM-encoded certificate chain.

#private_keyString

The encrypted private key associated with the public key in the certificate. The key is output in PKCS #8 format and is base64 PEM-encoded.

Returns:

  • (String)

    The encrypted private key associated with the public key in the certificate.