CreateCertificateAuthorityResponse constructor

CreateCertificateAuthorityResponse({
  1. String? certificateAuthorityArn,
})

Implementation

CreateCertificateAuthorityResponse({
  this.certificateAuthorityArn,
});