CreateAppInstanceAdminResponse constructor

CreateAppInstanceAdminResponse({
  1. Identity? appInstanceAdmin,
  2. String? appInstanceArn,
})

Implementation

CreateAppInstanceAdminResponse({
  this.appInstanceAdmin,
  this.appInstanceArn,
});