CreateCertificateFromCsrResponse constructor

CreateCertificateFromCsrResponse({
  1. String? certificateArn,
  2. String? certificateId,
  3. String? certificatePem,
})

Implementation

CreateCertificateFromCsrResponse({
  this.certificateArn,
  this.certificateId,
  this.certificatePem,
});