ListAppInstanceUsersResponse constructor
ListAppInstanceUsersResponse({
- String? appInstanceArn,
- List<
AppInstanceUserSummary> ? appInstanceUsers, - String? nextToken,
Implementation
ListAppInstanceUsersResponse({
this.appInstanceArn,
this.appInstanceUsers,
this.nextToken,
});