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

Class: Aws::IoT::Types::CreateKeysAndCertificateResponse

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

Overview

The output of the CreateKeysAndCertificate operation.

Returned by:

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. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).

Returns:

  • (String)

    The ID of the certificate.

#certificate_pemString

The certificate data, in PEM format.

Returns:

  • (String)

    The certificate data, in PEM format.

#key_pairTypes::KeyPair

The generated key pair.

Returns: