NAME
Paws::ACM::ExportCertificateResponse
ATTRIBUTES
Certificate => Str
The base64 PEM-encoded certificate.
CertificateChain => Str
The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.
PrivateKey => Str
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.