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

Class: Aws::DirectoryService::Types::Certificate

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

Overview

Information about the certificate.

Returned by:

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.

#registered_date_timeTime

The date and time that the certificate was registered.

Returns:

  • (Time)

    The date and time that the certificate was registered.

#stateString

The state of the certificate.

Possible values:

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

Returns:

  • (String)

    The state of the certificate.

#state_reasonString

Describes a state change for the certificate.

Returns:

  • (String)

    Describes a state change for the certificate.