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

Class: Aws::IoT::Types::CreateCertificateFromCsrResponse

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

Overview

The output from the CreateCertificateFromCsr operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the certificate.

#certificate_idString

The ID of the certificate. Certificate management operations only take a certificateId.

Returns:

  • (String)

    The ID of the certificate.

#certificate_pemString

The certificate data, in PEM format.

Returns:

  • (String)

    The certificate data, in PEM format.