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

Class: Aws::IoT::Types::CACertificateDescription

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

Overview

Describes a CA certificate.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#auto_registration_statusString

Whether the CA certificate configured for auto registration of device certificates. Valid values are \"ENABLE\" and \"DISABLE\"

Possible values:

  • ENABLE
  • DISABLE

Returns:

  • (String)

    Whether the CA certificate configured for auto registration of device certificates.

#certificate_arnString

The CA certificate ARN.

Returns:

  • (String)

    The CA certificate ARN.

#certificate_idString

The CA certificate ID.

Returns:

  • (String)

    The CA certificate ID.

#certificate_pemString

The CA certificate data, in PEM format.

Returns:

  • (String)

    The CA certificate data, in PEM format.

#creation_dateTime

The date the CA certificate was created.

Returns:

  • (Time)

    The date the CA certificate was created.

#customer_versionInteger

The customer version of the CA certificate.

Returns:

  • (Integer)

    The customer version of the CA certificate.

#generation_idString

The generation ID of the CA certificate.

Returns:

  • (String)

    The generation ID of the CA certificate.

#last_modified_dateTime

The date the CA certificate was last modified.

Returns:

  • (Time)

    The date the CA certificate was last modified.

#owned_byString

The owner of the CA certificate.

Returns:

  • (String)

    The owner of the CA certificate.

#statusString

The status of a CA certificate.

Possible values:

  • ACTIVE
  • INACTIVE

Returns:

  • (String)

    The status of a CA certificate.

#validityTypes::CertificateValidity

When the CA certificate is valid.

Returns: