UpdateAppInstanceUserResponse constructor

UpdateAppInstanceUserResponse({
  1. String? appInstanceUserArn,
})

Implementation

UpdateAppInstanceUserResponse({
  this.appInstanceUserArn,
});