CreateAuthorizerResponse constructor

CreateAuthorizerResponse({
  1. String? authorizerArn,
  2. String? authorizerName,
})

Implementation

CreateAuthorizerResponse({
  this.authorizerArn,
  this.authorizerName,
});