ListAccountsForProvisionedPermissionSetResponse constructor

ListAccountsForProvisionedPermissionSetResponse({
  1. List<String>? accountIds,
  2. String? nextToken,
})

Implementation

ListAccountsForProvisionedPermissionSetResponse({
  this.accountIds,
  this.nextToken,
});