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