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 StringcertificateIdThe ID of the certificate.StringcertificateOwnershipTokenThe token to prove ownership of the certificate during provisioning.StringcertificatePemThe certificate data, in PEM format.
-
Constructor Summary
Constructors Constructor Description CreateCertificateFromCsrResponse()
-