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

Class: Aws::IoT::Types::Certificate

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

Overview

Information about a certificate.

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The ARN of the certificate.

Returns:

  • (String)

    The ARN of the certificate.

#certificate_idString

The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)

Returns:

  • (String)

    The ID of the certificate.

#certificate_modeString

The mode of the certificate.

Possible values:

  • DEFAULT
  • SNI_ONLY

Returns:

  • (String)

    The mode of the certificate.

#creation_dateTime

The date and time the certificate was created.

Returns:

  • (Time)

    The date and time the certificate was created.

#statusString

The status of the certificate.

The status value REGISTER_INACTIVE is deprecated and should not be used.

Possible values:

  • ACTIVE
  • INACTIVE
  • REVOKED
  • PENDING_TRANSFER
  • REGISTER_INACTIVE
  • PENDING_ACTIVATION

Returns:

  • (String)

    The status of the certificate.