RegisterCertificateWithoutCAResponse constructor

RegisterCertificateWithoutCAResponse({
  1. String? certificateArn,
  2. String? certificateId,
})

Implementation

RegisterCertificateWithoutCAResponse({
  this.certificateArn,
  this.certificateId,
});