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

Class: Aws::IAM::Types::ServerCertificateMetadata

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

Overview

Contains information about a server certificate without its certificate body, certificate chain, and private key.

This data type is used as a response element in the UploadServerCertificate and ListServerCertificates operations.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) specifying the server certificate. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) specifying the server certificate.

#expiration ⇒ Time

The date on which the certificate is set to expire.

Returns:

  • (Time) —

    The date on which the certificate is set to expire.

#path ⇒ String

The path to the server certificate. For more information about paths, see IAM Identifiers in the IAM User Guide.

Returns:

  • (String) —

    The path to the server certificate.

#server_certificate_id ⇒ String

The stable and unique string identifying the server certificate. For more information about IDs, see IAM Identifiers in the IAM User Guide.

Returns:

  • (String) —

    The stable and unique string identifying the server certificate.

#server_certificate_name ⇒ String

The name that identifies the server certificate.

Returns:

  • (String) —

    The name that identifies the server certificate.

#upload_date ⇒ Time

The date when the server certificate was uploaded.

Returns:

  • (Time) —

    The date when the server certificate was uploaded.