RegisterCACertificateResponse constructor

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

Implementation

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