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

Class: Aws::DirectoryService::Types::CertificateInfo

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

Overview

Contains general information about a certificate.

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_idString

The identifier of the certificate.

Returns:

  • (String)

    The identifier of the certificate.

#common_nameString

The common name for the certificate.

Returns:

  • (String)

    The common name for the certificate.

#expiry_date_timeTime

The date and time when the certificate will expire.

Returns:

  • (Time)

    The date and time when the certificate will expire.

#stateString

The state of the certificate.

Possible values:

  • Registering
  • Registered
  • RegisterFailed
  • Deregistering
  • Deregistered
  • DeregisterFailed

Returns:

  • (String)

    The state of the certificate.