UpdateUserPoolClientResponse constructor

UpdateUserPoolClientResponse({
  1. UserPoolClientType? userPoolClient,
})

Implementation

UpdateUserPoolClientResponse({
  this.userPoolClient,
});