Class: Aws::ACMPCA::Types::GetCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::GetCertificateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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 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.
1391 1392 1393 1394 1395 1396 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1391 class GetCertificateResponse < Struct.new( :certificate, :certificate_chain) SENSITIVE = [] include Aws::Structure end |
#certificate_chain ⇒ String
The base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.
1391 1392 1393 1394 1395 1396 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1391 class GetCertificateResponse < Struct.new( :certificate, :certificate_chain) SENSITIVE = [] include Aws::Structure end |