CreateAppInstanceUserResponse constructor

CreateAppInstanceUserResponse({
  1. String? appInstanceUserArn,
})

Implementation

CreateAppInstanceUserResponse({
  this.appInstanceUserArn,
});