CreateKeysAndCertificateResponse constructor

CreateKeysAndCertificateResponse({
  1. String? certificateArn,
  2. String? certificateId,
  3. String? certificatePem,
  4. KeyPair? keyPair,
})

Implementation

CreateKeysAndCertificateResponse({
  this.certificateArn,
  this.certificateId,
  this.certificatePem,
  this.keyPair,
});