Class CreateCertificateFromCsrResponse
- java.lang.Object
-
- software.amazon.awssdk.iot.iotidentity.model.CreateCertificateFromCsrResponse
-
public class CreateCertificateFromCsrResponse extends Object
Response payload to a CreateCertificateFromCsr request.
-
-
Field Summary
Fields Modifier and Type Field Description String
certificateId
The ID of the certificate.String
certificateOwnershipToken
The token to prove ownership of the certificate during provisioning.String
certificatePem
The certificate data, in PEM format.
-
Constructor Summary
Constructors Constructor Description CreateCertificateFromCsrResponse()
-