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
- Struct
- Aws::IAM::Types::ServerCertificate
- 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
-
#certificate_body ⇒ String
The contents of the public key certificate.
-
#certificate_chain ⇒ String
The contents of the public key certificate chain.
-
#server_certificate_metadata ⇒ Types::ServerCertificateMetadata
The meta information of the server certificate, such as its name, path, ID, and ARN.
Instance Attribute Details
#certificate_body ⇒ String
The contents of the public key certificate.
#certificate_chain ⇒ String
The contents of the public key certificate chain.
#server_certificate_metadata ⇒ Types::ServerCertificateMetadata
The meta information of the server certificate, such as its name, path, ID, and ARN.