AuthorizerSummary constructor

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

Implementation

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