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

Class: Aws::IoT::Types::CACertificate

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

Overview

A CA certificate.

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The ARN of the CA certificate.

Returns:

  • (String)

    The ARN of the CA certificate.

#certificate_idString

The ID of the CA certificate.

Returns:

  • (String)

    The ID of the CA certificate.

#creation_dateTime

The date the CA certificate was created.

Returns:

  • (Time)

    The date the CA certificate was created.

#statusString

The status of the CA certificate.

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

Possible values:

  • ACTIVE
  • INACTIVE

Returns:

  • (String)

    The status of the CA certificate.