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 String
certificateId
The certificate id.String
certificateOwnershipToken
The token to prove ownership of the certificate during provisioning.String
certificatePem
The certificate data, in PEM format.String
privateKey
The 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.
-
-