You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ACMPCA::Types::GetCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::GetCertificateResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#certificate ⇒ String
The base64 PEM-encoded certificate specified by the
CertificateArn
parameter. -
#certificate_chain ⇒ String
The base64 PEM-encoded certificate chain that chains up to the on-premises root CA certificate that you used to sign your private CA certificate.
Instance Attribute Details
#certificate ⇒ String
The base64 PEM-encoded certificate specified by the CertificateArn
parameter.
#certificate_chain ⇒ String
The base64 PEM-encoded certificate chain that chains up to the on-premises root CA certificate that you used to sign your private CA certificate.