GetAuthorizersResponse constructor

GetAuthorizersResponse({
  1. List<Authorizer>? items,
  2. String? nextToken,
})

Implementation

GetAuthorizersResponse({
  this.items,
  this.nextToken,
});