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

Class: Aws::IoT::Types::CertificateDescription

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

Overview

Describes a certificate.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#ca_certificate_idString

The certificate ID of the CA certificate used to sign this certificate.

Returns:

  • (String)

    The certificate ID of the CA certificate used to sign this certificate.

#certificate_arnString

The ARN of the certificate.

Returns:

  • (String)

    The ARN of the certificate.

#certificate_idString

The ID of the certificate.

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.

#certificate_pemString

The certificate data, in PEM format.

Returns:

  • (String)

    The certificate data, in PEM format.

#creation_dateTime

The date and time the certificate was created.

Returns:

  • (Time)

    The date and time the certificate was created.

#customer_versionInteger

The customer version of the certificate.

Returns:

  • (Integer)

    The customer version of the certificate.

#generation_idString

The generation ID of the certificate.

Returns:

  • (String)

    The generation ID of the certificate.

#last_modified_dateTime

The date and time the certificate was last modified.

Returns:

  • (Time)

    The date and time the certificate was last modified.

#owned_byString

The ID of the AWS account that owns the certificate.

Returns:

  • (String)

    The ID of the AWS account that owns the certificate.

#previous_owned_byString

The ID of the AWS account of the previous owner of the certificate.

Returns:

  • (String)

    The ID of the AWS account of the previous owner of the certificate.

#statusString

The status of the certificate.

Possible values:

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

Returns:

  • (String)

    The status of the certificate.

#transfer_dataTypes::TransferData

The transfer data.

Returns:

#validityTypes::CertificateValidity

When the certificate is valid.

Returns: