You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ACMPCA::Types::GetCertificateAuthorityCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::GetCertificateAuthorityCertificateResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#certificate ⇒ String
Base64-encoded certificate authority (CA) certificate.
-
#certificate_chain ⇒ String
Base64-encoded certificate chain that includes any intermediate certificates and chains up to root on-premises certificate that you used to sign your private CA certificate.
Instance Attribute Details
#certificate ⇒ String
Base64-encoded certificate authority (CA) certificate.
#certificate_chain ⇒ String
Base64-encoded certificate chain that includes any intermediate certificates and chains up to root on-premises certificate that you used to sign your private CA certificate. The chain does not include your private CA certificate. If this is a root CA, the value will be null.