Class: Aws::ACMPCA::Types::GetCertificateResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificateString

The base64 PEM-encoded certificate specified by the CertificateArn parameter.

Returns:

  • (String)


1395
1396
1397
1398
1399
1400
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1395

class GetCertificateResponse < Struct.new(
  :certificate,
  :certificate_chain)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_chainString

The base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.

Returns:

  • (String)


1395
1396
1397
1398
1399
1400
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1395

class GetCertificateResponse < Struct.new(
  :certificate,
  :certificate_chain)
  SENSITIVE = []
  include Aws::Structure
end