Class CreateKeysAndCertificateResponse
- java.lang.Object
-
- software.amazon.awssdk.iot.iotidentity.model.CreateKeysAndCertificateResponse
-
public class CreateKeysAndCertificateResponse extends Object
Response payload to a CreateKeysAndCertificate request.
-
-
Field Summary
Fields Modifier and Type Field Description StringcertificateIdThe certificate id.StringcertificateOwnershipTokenThe token to prove ownership of the certificate during provisioning.StringcertificatePemThe certificate data, in PEM format.StringprivateKeyThe private key.
-
Constructor Summary
Constructors Constructor Description CreateKeysAndCertificateResponse()
-
-
-
Field Detail
-
certificateId
public String certificateId
The certificate id.
-
certificatePem
public String certificatePem
The certificate data, in PEM format.
-
privateKey
public String privateKey
The private key.
-
certificateOwnershipToken
public String certificateOwnershipToken
The token to prove ownership of the certificate during provisioning.
-
-