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

Class: Aws::IAM::Types::ServerCertificate

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

Overview

Contains information about a server certificate.

This data type is used as a response element in the GetServerCertificate operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_bodyString

The contents of the public key certificate.

Returns:

  • (String)

    The contents of the public key certificate.

#certificate_chainString

The contents of the public key certificate chain.

Returns:

  • (String)

    The contents of the public key certificate chain.

#server_certificate_metadataTypes::ServerCertificateMetadata

The meta information of the server certificate, such as its name, path, ID, and ARN.

Returns: