You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ACM::Types::GetCertificateResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#certificateString

The ACM-issued certificate corresponding to the ARN specified as input.

Returns:

  • (String)

    The ACM-issued certificate corresponding to the ARN specified as input.

#certificate_chainString

Certificates forming the requested certificate\'s chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs.

Returns:

  • (String)

    Certificates forming the requested certificate\'s chain of trust.